From 27b1d08c198e9df7b8c1de23661759308d236915 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 29 Sep 2017 02:41:21 +0200 Subject: [PATCH] Show DOOM in dashboard mode-line --- modules/ui/doom-dashboard/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 02660e163..ad9195a0b 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -21,7 +21,7 @@ (define-derived-mode +doom-dashboard-mode special-mode - (concat "v" doom-version) + (format "DOOM v%s" doom-version) "Major mode for the DOOM dashboard buffer." (read-only-mode +1) (setq truncate-lines t