Add eldoc-documentation-strategy
This commit is contained in:
4
init.el
4
init.el
@@ -113,6 +113,10 @@
|
|||||||
;; Increase how much is read from processes in a single chunk (default is 4kb).
|
;; Increase how much is read from processes in a single chunk (default is 4kb).
|
||||||
(setq read-process-output-max (* 512 1024)) ; 512kb
|
(setq read-process-output-max (* 512 1024)) ; 512kb
|
||||||
|
|
||||||
|
;; Collects and displays all available documentation immediately, even if
|
||||||
|
;; multiple sources provide it. It concatenates the results.
|
||||||
|
(setq eldoc-documentation-strategy 'eldoc-documentation-compose-eagerly)
|
||||||
|
|
||||||
;;; Files
|
;;; Files
|
||||||
|
|
||||||
;; Disable the warning "X and Y are the same file". Ignoring this warning is
|
;; Disable the warning "X and Y are the same file". Ignoring this warning is
|
||||||
|
|||||||
Reference in New Issue
Block a user