summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 0a68bc3..001dbb6 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)))