Enable ligatures on mac

This commit is contained in:
Jeremy Dormitzer 2021-05-12 11:03:32 -04:00
parent bbbc4765d3
commit 59d48374b9

View File

@ -6,6 +6,11 @@
(scroll-bar-mode -1)
(tooltip-mode -1))
(when (fboundp 'mac-auto-operator-composition-mode)
(setq mac-auto-operator-composition-characters
"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
(mac-auto-operator-composition-mode))
;; Doom themes are the best themes!
(use-package doom-themes)
(use-package doom-modeline