From 5b8b5e67f809e02ba2ca5054e3cda0a6a7147c55 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 30 Nov 2016 15:20:05 -0800 Subject: [PATCH 1/2] [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 From 8c9042f64ff2bfb4a81b00c6f441fcb18aa45007 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 30 Nov 2016 15:20:05 -0800 Subject: [PATCH 2/2] [Emacs] Update github pages index file --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ae71c521..6ebdf389 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -185,6 +185,8 @@ +