diff options
author | Alan Pearce | 2013-06-08 14:07:53 +0100 |
---|---|---|
committer | Alan Pearce | 2013-06-08 14:07:53 +0100 |
commit | cd607bf68816e6322f56c89b11c04aa77058db30 (patch) | |
tree | 09c1addfa6f005ddabf7456739665f735554ecec /emacs/init.el | |
parent | 8b00c6e89dfc49c1d8f1016b28c0199b40d8b75a (diff) | |
download | nixfiles-cd607bf68816e6322f56c89b11c04aa77058db30.tar.lz nixfiles-cd607bf68816e6322f56c89b11c04aa77058db30.tar.zst nixfiles-cd607bf68816e6322f56c89b11c04aa77058db30.zip |
Emacs: delay loading redshank until needed
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))) |