Update ligature sets
This commit is contained in:
parent
0a1ebdc33d
commit
335bb0a34c
|
@ -123,12 +123,12 @@ Removed in favour of [[https://github.com/catppuccin/emacs][Catppuccin (emacs)]]
|
|||
:config
|
||||
(ligature-set-ligatures
|
||||
'(text-mode prog-mode org-mode)
|
||||
'("<--" "<---" "<<-" "<-" "->" "->>" "-->" "--->"
|
||||
"<==" "<===" "<<=" "<=" "=>" "=>>" "==>" "===>"
|
||||
"<->" "<-->" "<--->" "<---->" "<=>" "<==>" "<===>" "<====>" "::" ":::"
|
||||
"<~~" "</" "</>" "/>" "~~>" "==" "!=" "<>" "===" "!==" "!==="
|
||||
'("<--" "<<-" "<-" "->" "->>" "-->" "<->"
|
||||
"<==" "<<=" "<=" "=>" "=>>" "==>" "<=>"
|
||||
"<~~" "</" "</>" "/>" "~~>" "<>"
|
||||
"==" "!=" "<=" ">=" "===" "!=="
|
||||
"<:" ":=" "*=" "*+" "<*" "<*>" "*>" "<|" "<|>" "|>" "+*" "=*" "=:" ":>"
|
||||
"/*" "*/" "+++" "<!--" "<!---"))
|
||||
"/*" "*/" "+++" "<!--"))
|
||||
(global-ligature-mode +1))
|
||||
#+end_src
|
||||
** Whitespace mode
|
||||
|
|
Loading…
Reference in a new issue