Fix ligatures with only one character problem
This commit is contained in:
parent
9e1a0f1b6f
commit
0eb9c8b5f7
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@
|
|||
">>" ">>-" ">>=" ">>>" "<*" "<*>" "<|" "<|>" "<$" "<$>" "<!--"
|
||||
"<-" "<--" "<->" "<+" "<+>" "<=" "<==" "<=>" "<=<" "<>" "<<" "<<-"
|
||||
"<<=" "<<<" "<~" "<~~" "</" "</>" "~@" "~-" "~=" "~>" "~~" "~~>"
|
||||
"%%" "x" ":" "+" "+" "*"))
|
||||
"%%"))
|
||||
(t '()))))
|
||||
(ligature-set-ligatures 'prog-mode ligatures)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue