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