Update some emacs stuff

This commit is contained in:
mokou 2020-09-07 09:55:35 +02:00
parent f6430744f5
commit c4c7ed5332
2 changed files with 5 additions and 2 deletions

View file

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