Copy full ligature set from Iosevka website

This commit is contained in:
Evie Litherland-Smith 2024-03-02 12:56:12 +00:00
parent 335bb0a34c
commit fca17fc37a

View file

@ -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