diff options
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/init.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 291f68e..0f4a493 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -604,10 +604,10 @@ font name, font weight, and font height in that order.") (display-graphic-p)) :init (defvar x-ligatures-alist - '(((c-mode go-ts-mode) . ("<=" ">=" "==" "!=" "*=" "__")) - (c-mode . ("->")) - (go-ts-mode . (":=" "<-")) - ((html-mode html-ts-mode) . ("<!--" "-->" "/>"))) + '(((c-mode c-ts-mode go-ts-mode) . ("<=" ">=" "==" "!=" "*=" "__")) + (c-mode c-ts-mode . ("->")) + (go-ts-mode . (":=" "<-")) + ((html-mode html-ts-mode) . ("<!--" "-->" "/>"))) "Ligatures to enable in specific modes. Elements of this alist are of the form: |