diff --git a/mood-line.el b/mood-line.el index 94b26d5..87e2efc 100644 --- a/mood-line.el +++ b/mood-line.el @@ -42,6 +42,23 @@ ;;; Code: +;; +;; Variable declarations +;; + +(defvar mood-line--current-window) +(defvar flycheck-current-errors) +(defvar anzu--state) +(defvar multiple-cursors-mode) + +;; +;; Function prototypes +;; + +(declare-function flycheck-count-errors "flycheck" (errors)) +(declare-function anzu--update-mode-line "anzu" ()) +(declare-function mc/num-cursors "multiple-cursors" ()) + ;; ;; Config ;;