From 320fe0ea342fc0a4e7e4d5a99a0411e8f5dee824 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Thu, 5 Jul 2018 16:57:53 +0800 Subject: [PATCH] Fix warnings. --- doom-modeline.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index 1391cfe..8804ea4 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -380,7 +380,8 @@ If STRICT-P, return nil if no project was found, otherwise return (sit-for eldoc-show-in-mode-line-delay)))) (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