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:
parent
fe949b6e56
commit
1187caf13c
@ -564,7 +564,8 @@
|
|||||||
:config
|
:config
|
||||||
(ligature-set-ligatures 'prog-mode
|
(ligature-set-ligatures 'prog-mode
|
||||||
'("&&" "***" "*>" "\\\\" "||" "|>" "::"
|
'("&&" "***" "*>" "\\\\" "||" "|>" "::"
|
||||||
"==" "===" "==>" "=>" "=<<" "!!" ">>"
|
; don't like eq-ligatures "==" "==="
|
||||||
|
"==>" "=>" "=<<" "!!" ">>"
|
||||||
">>=" ">>>" ">>-" ">-" "->" "-<" "-<<"
|
">>=" ">>>" ">>-" ">-" "->" "-<" "-<<"
|
||||||
"<*" "<*>" "<|" "<|>" "<$>" "<>" "<-"
|
"<*" "<*>" "<|" "<|>" "<$>" "<>" "<-"
|
||||||
; disable ++ until > emacs-27.2, since C++-mode causes a crash otherwise
|
; disable ++ until > emacs-27.2, since C++-mode causes a crash otherwise
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user