Cozette works normally again

This commit is contained in:
mokou 2020-09-10 09:18:04 +02:00
parent e44d693138
commit c5d4919921

View file

@ -21,8 +21,7 @@
;; Maximize the window upon startup
(add-to-list 'default-frame-alist '(fullscreen . maximized))
;; Cozette has some weird spacing currently, so I'm using the default Emacs font
;;(setq doom-font (font-spec :family "Cozette" :size 11))
(setq doom-font (font-spec :family "Cozette" :size 11))
(when (memq window-system '(mac ns x))
(exec-path-from-shell-initialize))