Remove some ligatures
This commit is contained in:
parent
ef94ab803e
commit
f8b9df86c5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue