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
|
:config
|
||||||
(ligature-set-ligatures
|
(ligature-set-ligatures
|
||||||
'(text-mode prog-mode org-mode)
|
'(text-mode prog-mode org-mode)
|
||||||
'("<--" "<---" "<<-" "<-" "->" "->>" "-->" "--->"
|
'("<--" "<<-" "<-" "->" "->>" "-->" "<->"
|
||||||
"<==" "<===" "<<=" "<=" "=>" "=>>" "==>" "===>"
|
"<==" "<<=" "<=" "=>" "=>>" "==>" "<=>"
|
||||||
"<->" "<-->" "<--->" "<---->" "<=>" "<==>" "<===>" "<====>" "::" ":::"
|
"<~~" "</" "</>" "/>" "~~>" "<>"
|
||||||
"<~~" "</" "</>" "/>" "~~>" "==" "!=" "<>" "===" "!==" "!==="
|
"==" "!=" "<=" ">=" "===" "!=="
|
||||||
"<:" ":=" "*=" "*+" "<*" "<*>" "*>" "<|" "<|>" "|>" "+*" "=*" "=:" ":>"
|
"<:" ":=" "*=" "*+" "<*" "<*>" "*>" "<|" "<|>" "|>" "+*" "=*" "=:" ":>"
|
||||||
"/*" "*/" "+++" "<!--" "<!---"))
|
"/*" "*/" "+++" "<!--"))
|
||||||
(global-ligature-mode +1))
|
(global-ligature-mode +1))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Whitespace mode
|
** Whitespace mode
|
||||||
|
|
Loading…
Reference in a new issue