Adjust ligature definition
This commit is contained in:
parent
9bb373a8af
commit
f4f40e4f8d
|
@ -213,7 +213,7 @@ Configure the look and feel of Emacs
|
|||
'(text-mode prog-mode org-mode)
|
||||
'(("<" (rx (= 1 "=")))
|
||||
(">" (rx (= 1 "=")))
|
||||
("-" (rx (* "-") (? ">")))
|
||||
("-" (rx (* "-") (= 1 ">")))
|
||||
("=" (rx (* "=") (? ">")))
|
||||
("!" (rx (+ "=")))))
|
||||
(global-ligature-mode +1))
|
||||
|
|
Loading…
Reference in a new issue