Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
2016-11-30 17:52:19 -06:00
2 changed files with 7 additions and 3 deletions

View File

@@ -4757,7 +4757,9 @@ load-theme hook (See the heading below).
;; This is needed because you can't set the font or theme at daemon start-up.
;; (when (display-graphic-p) (imalison:appearance))
(add-hook 'after-init-hook 'imalison:appearance)
(add-hook 'after-make-frame-functions 'imalison:initial-setup-hook)
;; XXX: I think that after-init-hook is good enough
;; (add-hook 'after-make-frame-functions 'imalison:initial-setup-hook)
#+END_SRC
* Post Init Custom
#+BEGIN_SRC emacs-lisp