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 ;; Maximize the window upon startup
(add-to-list 'default-frame-alist '(fullscreen . maximized)) (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)) (when (memq window-system '(mac ns x))
(exec-path-from-shell-initialize)) (exec-path-from-shell-initialize))

View file

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