Hide the mode name in the dashboard

This commit is contained in:
TEC 2024-03-21 23:46:50 +08:00
parent 15e7524d04
commit 8020bd1052
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 0 deletions

View File

@ -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