From eed33c3ec103f347daa979a642da5b509ea05189 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 31 Dec 2024 20:12:08 +0100 Subject: emacs: Try to avoid weird ‘<<=’ half-ligature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/modules/mm-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs') diff --git a/.config/emacs/modules/mm-theme.el b/.config/emacs/modules/mm-theme.el index 90d4992..f4b9c9a 100644 --- a/.config/emacs/modules/mm-theme.el +++ b/.config/emacs/modules/mm-theme.el @@ -74,7 +74,7 @@ _FRAME is ignored." ((mhtml-mode html-mode html-ts-mode vue-ts-mode) . ("" "/>")) (prog-mode - . ("<=" ">=" "==" "!=" "*=" "__"))) + . ("<<=" "<=" ">=" "==" "!=" "*=" "__"))) "Ligatures to enable in specific modes. Elements of this alist are of the form: -- cgit v1.2.3