feat(emacs/lean-mode): run eldoc-documentation-function at openning
This commit is contained in:
parent
c77e5c6b34
commit
682b13a906
1 changed files with 2 additions and 1 deletions
|
@ -168,7 +168,8 @@ enabled and disabled respectively.")
|
|||
(when lean-eldoc-use
|
||||
(set (make-local-variable 'eldoc-documentation-function)
|
||||
'lean-eldoc-documentation-function)
|
||||
(eldoc-mode t))
|
||||
(eldoc-mode t)
|
||||
(lean-eldoc-documentation-function))
|
||||
;; company-mode
|
||||
(when lean-company-use
|
||||
(require 'company)
|
||||
|
|
Loading…
Reference in a new issue