From cd607bf68816e6322f56c89b11c04aa77058db30 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 8 Jun 2013 14:07:53 +0100 Subject: Emacs: delay loading redshank until needed --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) 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))) -- cgit 1.4.1