From 5b8b5e67f809e02ba2ca5054e3cda0a6a7147c55 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 30 Nov 2016 15:20:05 -0800 Subject: [PATCH] [Emacs] Remove after make frame hook --- dotfiles/emacs.d/README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 904b0ae2..fa09bb9b 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -4756,7 +4756,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