summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
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)))