Remove some ligatures

This commit is contained in:
Evie Litherland-Smith 2024-01-12 11:09:21 +00:00
parent ef94ab803e
commit f8b9df86c5

View file

@ -344,7 +344,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
:config :config
(ligature-set-ligatures (ligature-set-ligatures
'(text-mode prog-mode org-mode) '(text-mode prog-mode org-mode)
'("++" "--" "/=" "&&" "||" "||=" ; Arithmetics '("++" "/=" "&&" "||" "||=" ; Arithmetic
"->" "=>" "::" "__" ; Scope "->" "=>" "::" "__" ; Scope
"==" "===" "!=" "=/=" ; Equality "==" "===" "!=" "=/=" ; Equality
"<=" ">=" "<=>" ; Comparisons "<=" ">=" "<=>" ; Comparisons
@ -353,8 +353,6 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
; TODO add hexadecimal ex? ; TODO add hexadecimal ex?
"</" "<!--" "</>" "-->" "/>" ; HTML "</" "<!--" "</>" "-->" "/>" ; HTML
"##" "###" "####" "#####" "######" ; Markdown "##" "###" "####" "#####" "######" ; Markdown
"--" "---" "----" "-----" "------"
"==" "===" "====" "=====" "======"
"..=" "::<" ; Rust "..=" "::<" ; Rust
"-|" "_|_" "|-" "||-" "|=" "||=" ; Logic "-|" "_|_" "|-" "||-" "|=" "||=" ; Logic
":>" ":<" ">:" "<:" "::>" "<::" ">::" ; Other ":>" ":<" ">:" "<:" "::>" "<::" ">::" ; Other