summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-06-08 14:06:41 +0100
committerAlan Pearce2013-06-08 14:06:41 +0100
commit8b00c6e89dfc49c1d8f1016b28c0199b40d8b75a (patch)
treebb76dfd734975fdbbbe6853a9e2a294dbb78ed9a /emacs
parent82e8081c4c9f04a8f1e65b0d410becee6982c17f (diff)
downloaddotfiles-8b00c6e89dfc49c1d8f1016b28c0199b40d8b75a.tar.lz
dotfiles-8b00c6e89dfc49c1d8f1016b28c0199b40d8b75a.tar.zst
dotfiles-8b00c6e89dfc49c1d8f1016b28c0199b40d8b75a.zip
Emacs: delay loading eldoc until needed
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 747bfa0..0a68bc3 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -845,7 +845,7 @@ Also returns nil if pid is nil."
          ("C-S-L" . mc/edit-lines)))
 
 (use-package eldoc
-  :defuns (eldoc-add-command)
+  :defer t
   :config (progn
             (eldoc-add-command 'paredit-backward-delete 'paredit-close-round)))