Fix warnings.

This commit is contained in:
Vincent Zhang 2018-07-05 16:57:53 +08:00
parent 6d898bc7d6
commit 320fe0ea34

View file

@ -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