Copy full ligature set from Iosevka website
This commit is contained in:
parent
335bb0a34c
commit
fca17fc37a
|
@ -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