feat(eldoc): new defaults to use with eldoc-box
This commit is contained in:
committed by
Rahul M. Juliato
parent
7de1f3a431
commit
817ef56eac
5
init.el
5
init.el
@@ -462,6 +462,11 @@
|
|||||||
;; The following line enables Eldoc globally for all buffers.
|
;; The following line enables Eldoc globally for all buffers.
|
||||||
(use-package eldoc
|
(use-package eldoc
|
||||||
:ensure nil ;; This is built-in, no need to fetch it.
|
:ensure nil ;; This is built-in, no need to fetch it.
|
||||||
|
:config
|
||||||
|
(setq eldoc-idle-delay 0) ;; Automatically fetch doc help
|
||||||
|
(setq eldoc-echo-area-use-multiline-p nil) ;; We use the "K" floating help instead
|
||||||
|
;; set to t if you want docs on the echo area
|
||||||
|
(setq eldoc-echo-area-display-truncation-message nil)
|
||||||
:init
|
:init
|
||||||
(global-eldoc-mode))
|
(global-eldoc-mode))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user