mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Fix: Symbol’s value as variable is void: doom-modeline-fn-alist.
This commit is contained in:
parent
8bf477c3ab
commit
af221ea1d8
1 changed files with 3 additions and 2 deletions
|
@ -145,8 +145,9 @@ Body forms can access the hook's arguments through the let-bound variable
|
|||
;; Modeline library
|
||||
;;
|
||||
|
||||
(defvar doom-modeline-fn-alist ())
|
||||
(defvar doom-modeline-var-alist ())
|
||||
(eval-and-compile
|
||||
(defvar doom-modeline-fn-alist ())
|
||||
(defvar doom-modeline-var-alist ()))
|
||||
|
||||
(defmacro def-modeline-segment! (name &rest body)
|
||||
"Defines a modeline segment and byte compiles it."
|
||||
|
|
Loading…
Reference in a new issue