Update ligatures to use Iosevka definitions
This commit is contained in:
parent
b2f274be05
commit
77fa033bf0
20
README.org
20
README.org
|
@ -350,20 +350,12 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
|||
:config
|
||||
(ligature-set-ligatures
|
||||
'(text-mode prog-mode org-mode)
|
||||
'("++" "/=" "&&" "||" "||=" ; Arithmetic
|
||||
"->" "=>" "::" "__" ; Scope
|
||||
"==" "===" "!=" "=/=" ; Equality
|
||||
"<=" ">=" "<=>" ; Comparisons
|
||||
"/*" "*/" "//" "///" ; Comments
|
||||
"<<" "<<<" "<<=" ">>" ">>>" ">>=" "|=" "^=" ; Bit operations
|
||||
; TODO add hexadecimal ex?
|
||||
"</" "<!--" "</>" "-->" "/>" ; HTML
|
||||
"##" "###" "####" "#####" "######" ; Markdown
|
||||
"..=" "::<" ; Rust
|
||||
"-|" "_|_" "|-" "||-" "|=" "||=" ; Logic
|
||||
":>" ":<" ">:" "<:" "::>" "<::" ">::" ; Other
|
||||
"{|" "|}" "#[" "]#" "::=" "#!" "#="
|
||||
))
|
||||
'("<--" "<---" "<<-" "<-" "->" "->>" "-->" "--->"
|
||||
"<==" "<===" "<<=" "<=" "=>" "=>>" "==>" "===>"
|
||||
"<->" "<-->" "<--->" "<---->" "<=>" "<==>" "<===>" "<====>" "::" ":::"
|
||||
"<~~" "</" "</>" "/>" "~~>" "==" "!=" "<>" "===" "!==" "!==="
|
||||
"<:" ":=" "*=" "*+" "<*" "<*>" "*>" "<|" "<|>" "|>" "+*" "=*" "=:" ":>"
|
||||
"/*" "*/" "+++" "<!--" "<!---"))
|
||||
(global-ligature-mode +1))
|
||||
#+end_src
|
||||
** Notifications
|
||||
|
|
Loading…
Reference in a new issue