From 49760ddc589db88018121f63d729cac9ed1740d6 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 3 Jul 2024 16:46:23 +0100 Subject: [PATCH] Tidy up ligature settings --- init.el | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index d9ae308..efcce08 100644 --- a/init.el +++ b/init.el @@ -294,12 +294,13 @@ :config (ligature-set-ligatures '(text-mode prog-mode org-mode) - '("-<<" "-<" "-<-" "<--" "<---" "<<-" "<-" "->" "->>" "-->" "--->" "->-" ">-" ">>-" - "=<<" "=<" "=<=" "<==" "<===" "<<=" "<=" "=>" "=>>" "==>" "===>" "=>=" ">=" ">>=" - "<->" "<-->" "<--->" "<---->" "<=>" "<==>" "<===>" "<====>" "::" ":::" "__" - "<~~" "" "/>" "~~>" "==" "!=" "/=" "~=" "<>" "===" "!==" "!===" "=/=" "=!=" - "<:" ":=" "*=" "*+" "<*" "<*>" "*>" "<|" "<|>" "|>" "<." "<.>" ".>" "+*" "=*" "=:" ":>" - "(*" "*)" "/*" "*/" "[|" "|]" "{|" "|}" "++" "+++" "\\/" "/\\" "|-" "-|" "" "--->" + "<==" "<===" "<=" "=>" "==>" "===>" + "<->" "<-->" "<--->" "<---->" + "<=>" "<==>" "<===>" "<====>" + "==" "!=" "===" "!==" "!===" + "<|" "<|>" "|>" "<>" "" "/>" + "/*" "*/" "+++" "<~~" "~~>" "")) (global-ligature-mode +1)) (use-package whitespace