summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-15 00:12:00 +0200
committerGravatar Tom Willemse2013-04-15 00:12:00 +0200
commit4e184a5d51b5e4a1180e550118efffa82d1e9bb7 (patch)
treec3e4a8814c48f9914b72705a73de638692afa1f0 /emacs
parent881a2bb3e5bde01ae5273cdb83a89d9cccfa8adb (diff)
downloaddotfiles-4e184a5d51b5e4a1180e550118efffa82d1e9bb7.tar.gz
dotfiles-4e184a5d51b5e4a1180e550118efffa82d1e9bb7.zip
Improve some comments
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 0391d87..f87f1dd 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1,5 +1,5 @@
-;;; Turn the menu, scroll-bar and tool-bar off quickly, so they don't
-;;; jump around as much.
+;;; Turn the menu, scroll-bar and tool-bar off quickly, emacs startup
+;;; isn't as jittery.
(menu-bar-mode -1)
(scroll-bar-mode -1)
(tool-bar-mode -1)
@@ -13,7 +13,9 @@ functionality deferred to a point after Emacs has initialized and
package.el is loaded anyway."
`(add-hook 'emacs-startup-hook #'(lambda () ,@body)))
-;;; Load my very own theme.
+;;; Load my very own theme. Wait until after Emacs initialization has
+;;; completed so we can be sure that `package-initialize' has been
+;;; called and the theme should be autoloaded.
(eval-after-init (load-theme 'yoshi t))
;;; Add some project directories and my site-lisp directory to the