Tidy up ligature settings
This commit is contained in:
parent
5e7b0e849f
commit
49760ddc58
13
init.el
13
init.el
|
@ -294,12 +294,13 @@
|
|||
:config
|
||||
(ligature-set-ligatures
|
||||
'(text-mode prog-mode org-mode)
|
||||
'("-<<" "-<" "-<-" "<--" "<---" "<<-" "<-" "->" "->>" "-->" "--->" "->-" ">-" ">>-"
|
||||
"=<<" "=<" "=<=" "<==" "<===" "<<=" "<=" "=>" "=>>" "==>" "===>" "=>=" ">=" ">>="
|
||||
"<->" "<-->" "<--->" "<---->" "<=>" "<==>" "<===>" "<====>" "::" ":::" "__"
|
||||
"<~~" "</" "</>" "/>" "~~>" "==" "!=" "/=" "~=" "<>" "===" "!==" "!===" "=/=" "=!="
|
||||
"<:" ":=" "*=" "*+" "<*" "<*>" "*>" "<|" "<|>" "|>" "<." "<.>" ".>" "+*" "=*" "=:" ":>"
|
||||
"(*" "*)" "/*" "*/" "[|" "|]" "{|" "|}" "++" "+++" "\\/" "/\\" "|-" "-|" "<!--" "<!---"))
|
||||
'("<--" "<---" "<-" "->" "-->" "--->"
|
||||
"<==" "<===" "<=" "=>" "==>" "===>"
|
||||
"<->" "<-->" "<--->" "<---->"
|
||||
"<=>" "<==>" "<===>" "<====>"
|
||||
"==" "!=" "===" "!==" "!==="
|
||||
"<|" "<|>" "|>" "<>" "</" "</>" "/>"
|
||||
"/*" "*/" "+++" "<~~" "~~>" "<!---" "---!>"))
|
||||
(global-ligature-mode +1))
|
||||
|
||||
(use-package whitespace
|
||||
|
|
Loading…
Reference in a new issue