Emacs: Fix hook-helper startup error
1 file changed, 2 insertions(+), 1 deletion(-)
jump to
M emacs/.emacs.d/init.org → 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