diff --git a/dot_doom.d/config.el b/dot_doom.d/config.el index c5df91c..e180e93 100644 --- a/dot_doom.d/config.el +++ b/dot_doom.d/config.el @@ -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)) diff --git a/dot_doom.d/init.el b/dot_doom.d/init.el index 937059f..21233f6 100644 --- a/dot_doom.d/init.el +++ b/dot_doom.d/init.el @@ -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.