From 8020bd1052bfab43b6f0f0cc4ac3cb7ebfee8a5c Mon Sep 17 00:00:00 2001 From: TEC Date: Thu, 21 Mar 2024 23:46:50 +0800 Subject: [PATCH] Hide the mode name in the dashboard --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index 8a41785..78a952b 100644 --- a/config.org +++ b/config.org @@ -2939,6 +2939,7 @@ dashboard. (with-current-buffer (get-buffer +doom-dashboard-name) (setq-local line-spacing 0.2 mode-line-format nil + mode-name "" evil-normal-state-cursor (list nil)))) #+end_src