From 1187caf13cd44fd648da096f18eb7ff98b1b88d6 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Mon, 8 Nov 2021 16:33:48 +0100 Subject: [PATCH] EMACS do not like ligatures for == Signed-off-by: Stefan Ellmauthaler --- programs/emacs/default.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/emacs/default.el b/programs/emacs/default.el index 3862284..bd6609d 100644 --- a/programs/emacs/default.el +++ b/programs/emacs/default.el @@ -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