Fix ligatures with only one character problem

This commit is contained in:
Tobias Ostner 2024-10-05 09:43:18 +02:00
parent 9e1a0f1b6f
commit 0eb9c8b5f7

View file

@ -352,7 +352,7 @@
">>" ">>-" ">>=" ">>>" "<*" "<*>" "<|" "<|>" "<$" "<$>" "<!--" ">>" ">>-" ">>=" ">>>" "<*" "<*>" "<|" "<|>" "<$" "<$>" "<!--"
"<-" "<--" "<->" "<+" "<+>" "<=" "<==" "<=>" "<=<" "<>" "<<" "<<-" "<-" "<--" "<->" "<+" "<+>" "<=" "<==" "<=>" "<=<" "<>" "<<" "<<-"
"<<=" "<<<" "<~" "<~~" "</" "</>" "~@" "~-" "~=" "~>" "~~" "~~>" "<<=" "<<<" "<~" "<~~" "</" "</>" "~@" "~-" "~=" "~>" "~~" "~~>"
"%%" "x" ":" "+" "+" "*")) "%%"))
(t '())))) (t '()))))
(ligature-set-ligatures 'prog-mode ligatures))) (ligature-set-ligatures 'prog-mode ligatures)))