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

View File

@ -76,7 +76,6 @@
;;editorconfig
;;ein
eval
flycheck
;;flyspell
;;gist
(lookup
@ -170,6 +169,9 @@
;;floobits
;;impatient-mode
:checkers
flycheck
:config
;; For literate config users. This will tangle+compile a config.org
;; literate config in your `doom-private-dir' whenever it changes.