all repos — nixfiles @ 9cbe4dc1877a9ad431a5b989710b2e0cff8f3f13

System and user configuration, managed by nix and home-manager

Emacs: Fix hook-helper startup error

Alan Pearce
commit

9cbe4dc1877a9ad431a5b989710b2e0cff8f3f13

parent

7d5c681af4ac7a571e2bd8ff45b020562b5b3611

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/.emacs.d/init.orgemacs/.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