all repos — nixfiles @ cd607bf68816e6322f56c89b11c04aa77058db30

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

Emacs: delay loading redshank until needed

Alan Pearce
commit

cd607bf68816e6322f56c89b11c04aa77058db30

parent

8b00c6e89dfc49c1d8f1016b28c0199b40d8b75a

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M emacs/init.elemacs/init.el
@@ -917,6 +917,7 @@ run-racket))
(use-package redshank :ensure t + :defer t :init (progn (add-hook 'lisp-common-mode-hook #'turn-on-redshank-mode)))