Remove leading space in dashboard buffer's name
The leading space indicates a temporary buffer. The dashboard is no such thing!
This commit is contained in:
parent
08986d9101
commit
486019d853
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; ui/doom-dashboard/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +doom-dashboard-name " *doom*"
|
||||
(defvar +doom-dashboard-name "*doom*"
|
||||
"The name to use for the dashboard buffer.")
|
||||
|
||||
(defvar +doom-dashboard-functions '(doom-dashboard-widget-banner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue