diff options
author | Alan Pearce | 2014-05-24 19:33:38 +0100 |
---|---|---|
committer | Alan Pearce | 2014-05-24 19:33:38 +0100 |
commit | 194dac8613273ce6a7dd8cea784507d5677fe162 (patch) | |
tree | 07fe39800bc9d1be55be01b9a1628aefc73a0136 /tag-emacs/emacs.d | |
parent | 0704610461bf24463b4f6fcea268b60cb3236ef1 (diff) | |
download | nixfiles-194dac8613273ce6a7dd8cea784507d5677fe162.tar.lz nixfiles-194dac8613273ce6a7dd8cea784507d5677fe162.tar.zst nixfiles-194dac8613273ce6a7dd8cea784507d5677fe162.zip |
Emacs: diminish eldoc-mode
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index f403d1ee..0afd5b2e 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -772,6 +772,7 @@ (bind-key "C-S-L" #'mc/edit-lines))) (req-package eldoc + :diminish eldoc-mode :config (progn (eldoc-add-command 'paredit-backward-delete 'paredit-close-round 'autopair-insert-opening) (setq eldoc-idle-delay 0.1))) |