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
|
: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
|
||||||
|
|
Loading…
Reference in a new issue