Tidy up ligature settings

This commit is contained in:
Evie Litherland-Smith 2024-07-03 16:46:23 +01:00
parent 5e7b0e849f
commit 49760ddc58

13
init.el
View file

@ -294,12 +294,13 @@
:config
(ligature-set-ligatures
'(text-mode prog-mode org-mode)
'("-<<" "-<" "-<-" "<--" "<---" "<<-" "<-" "->" "->>" "-->" "--->" "->-" ">-" ">>-"
"=<<" "=<" "=<=" "<==" "<===" "<<=" "<=" "=>" "=>>" "==>" "===>" "=>=" ">=" ">>="
"<->" "<-->" "<--->" "<---->" "<=>" "<==>" "<===>" "<====>" "::" ":::" "__"
"<~~" "</" "</>" "/>" "~~>" "==" "!=" "/=" "~=" "<>" "===" "!==" "!===" "=/=" "=!="
"<:" ":=" "*=" "*+" "<*" "<*>" "*>" "<|" "<|>" "|>" "<." "<.>" ".>" "+*" "=*" "=:" ":>"
"(*" "*)" "/*" "*/" "[|" "|]" "{|" "|}" "++" "+++" "\\/" "/\\" "|-" "-|" "<!--" "<!---"))
'("<--" "<---" "<-" "->" "-->" "--->"
"<==" "<===" "<=" "=>" "==>" "===>"
"<->" "<-->" "<--->" "<---->"
"<=>" "<==>" "<===>" "<====>"
"==" "!=" "===" "!==" "!==="
"<|" "<|>" "|>" "<>" "</" "</>" "/>"
"/*" "*/" "+++" "<~~" "~~>" "<!---" "---!>"))
(global-ligature-mode +1))
(use-package whitespace