diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 0a68bc3b..001dbb64 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -917,6 +917,7 @@ Also returns nil if pid is nil." (use-package redshank :ensure t + :defer t :init (progn (add-hook 'lisp-common-mode-hook #'turn-on-redshank-mode))) |