summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-12-31 20:12:08 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-12-31 20:12:08 +0100
commiteed33c3ec103f347daa979a642da5b509ea05189 (patch)
treef7f87106c6674b935e0fcb3ce4087e2acc640983 /.config
parent30dd40d26b5d4a0a1af2f1472579be5516fb0e0d (diff)
emacs: Try to avoid weird ‘<<=’ half-ligature
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-theme.el2
1 files changed, 1 insertions, 1 deletions
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: