mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Treat doom-modeline-def-modeline as a function.
This commit is contained in:
parent
cd62baebf9
commit
44a46a61cc
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ Example:
|
|||
(format " %s\n %s"
|
||||
(prin1-to-string lhs)
|
||||
(prin1-to-string rhs))))))
|
||||
(put 'doom-modeline-def-modeline 'lisp-indent-function 'defun)
|
||||
|
||||
(defun doom-modeline (key)
|
||||
"Return a mode-line configuration associated with KEY (a symbol).
|
||||
|
|
Loading…
Reference in a new issue