1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

EMACS do not like ligatures for ==

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-11-08 16:33:48 +01:00
parent fe949b6e56
commit 1187caf13c

View File

@ -564,7 +564,8 @@
:config
(ligature-set-ligatures 'prog-mode
'("&&" "***" "*>" "\\\\" "||" "|>" "::"
"==" "===" "==>" "=>" "=<<" "!!" ">>"
; don't like eq-ligatures "==" "==="
"==>" "=>" "=<<" "!!" ">>"
">>=" ">>>" ">>-" ">-" "->" "-<" "-<<"
"<*" "<*>" "<|" "<|>" "<$>" "<>" "<-"
; disable ++ until > emacs-27.2, since C++-mode causes a crash otherwise