diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 05f85e5c..6fbbdb99 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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 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 @@ +