From 44a46a61cc348aaa443e0f26ad657b3b1ba0c09e Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sat, 8 Dec 2018 03:07:41 +0800 Subject: [PATCH] Treat doom-modeline-def-modeline as a function. --- doom-modeline.el | 1 + 1 file changed, 1 insertion(+) diff --git a/doom-modeline.el b/doom-modeline.el index 7c4e94e..a966ad2 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -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).