Enable ligatures on mac
This commit is contained in:
parent
bbbc4765d3
commit
59d48374b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user