summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-01 19:26:42 +0200
committerAlan Pearce2017-05-01 19:26:42 +0200
commit9cbe4dc1877a9ad431a5b989710b2e0cff8f3f13 (patch)
treee881fa0d52ad1b2535f1956a059d6d51756f353c /emacs
parent7d5c681af4ac7a571e2bd8ff45b020562b5b3611 (diff)
downloaddotfiles-9cbe4dc1877a9ad431a5b989710b2e0cff8f3f13.tar.lz
dotfiles-9cbe4dc1877a9ad431a5b989710b2e0cff8f3f13.tar.zst
dotfiles-9cbe4dc1877a9ad431a5b989710b2e0cff8f3f13.zip
Emacs: Fix hook-helper startup error
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index af8b5a6..7ac459d 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -90,7 +90,8 @@ modification and removal, without the boilerplate of an extra function
 definition.
 
 #+BEGIN_SRC emacs-lisp
-(use-package hook-helpers)
+(eval-and-compile
+  (use-package hook-helpers))
 #+END_SRC
 
 * Customize