aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-19 22:06:20 +0800
committerGuangxiong Lin <[email protected]>2022-03-19 22:06:20 +0800
commitfc6d592e32b69b5ab569b64981652e4f8e0a42d7 (patch)
treef6365b4b8d86de085fabe97ff8222313717cbc82 /.emacs.d
parentb75529727569fb3d7d982664ae69ec243ab06dca (diff)
downloaddotfiles-fc6d592e32b69b5ab569b64981652e4f8e0a42d7.tar.gz
dotfiles-fc6d592e32b69b5ab569b64981652e4f8e0a42d7.tar.bz2
dotfiles-fc6d592e32b69b5ab569b64981652e4f8e0a42d7.zip
Add config of eldoc (emacs)
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-misc.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index 727227a..fea6e3b 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -64,6 +64,8 @@
(setq undo-tree-auto-save-history t
undo-tree-history-directory-alist `(("." . ,(concat user-emacs-directory "undo"))))
+(setq eldoc-echo-area-use-multiline-p nil)
+(setq eldoc-idle-delay 0.1)
(with-eval-after-load 'eldoc
(gx/diminish 'eldoc-mode))