Adjust ligature definition

This commit is contained in:
Evie Litherland-Smith 2024-10-08 11:35:00 +01:00
parent 9bb373a8af
commit f4f40e4f8d

View file

@ -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))