mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix warnings.
This commit is contained in:
parent
6d898bc7d6
commit
320fe0ea34
1 changed files with 2 additions and 1 deletions
|
@ -380,7 +380,8 @@ If STRICT-P, return nil if no project was found, otherwise return
|
||||||
(sit-for eldoc-show-in-mode-line-delay))))
|
(sit-for eldoc-show-in-mode-line-delay))))
|
||||||
(setq eldoc-in-minibuffer-show-fn #'doom-modeline--show-eldoc)
|
(setq eldoc-in-minibuffer-show-fn #'doom-modeline--show-eldoc)
|
||||||
|
|
||||||
(eldoc-in-minibuffer-mode +1)
|
(declare-function eldoc-in-minibuffer-mode 'eldoc-eval)
|
||||||
|
(eldoc-in-minibuffer-mode 1)
|
||||||
|
|
||||||
|
|
||||||
;; anzu and evil-anzu expose current/total state that can be displayed in the
|
;; anzu and evil-anzu expose current/total state that can be displayed in the
|
||||||
|
|
Loading…
Reference in a new issue