diff options
author | Alan Pearce | 2017-05-01 19:26:42 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-01 19:26:42 +0200 |
commit | 9cbe4dc1877a9ad431a5b989710b2e0cff8f3f13 (patch) | |
tree | e881fa0d52ad1b2535f1956a059d6d51756f353c /emacs/.emacs.d/init.org | |
parent | 7d5c681af4ac7a571e2bd8ff45b020562b5b3611 (diff) | |
download | nixfiles-9cbe4dc1877a9ad431a5b989710b2e0cff8f3f13.tar.lz nixfiles-9cbe4dc1877a9ad431a5b989710b2e0cff8f3f13.tar.zst nixfiles-9cbe4dc1877a9ad431a5b989710b2e0cff8f3f13.zip |
Emacs: Fix hook-helper startup error
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r-- | emacs/.emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index af8b5a6c..7ac459d2 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 |