diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 2e411cf2..75970794 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1559,6 +1559,6 @@ marking if it still had that." ;; enable to set theme based on time of day. (run-at-time "00:00" 3600 'set-theme) -;; ;; This is needed because you can't set the font at daemon start-up. +;; This is needed because you can't set the font at daemon start-up. (add-hook 'after-make-frame-functions 'set-my-font-for-frame) (add-hook 'after-make-frame-functions (lambda (frame) (set-theme)))