From 486019d853eecd0509175181cb40e35481dcda45 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 16 Jun 2018 21:01:16 +0200 Subject: [PATCH] Remove leading space in dashboard buffer's name The leading space indicates a temporary buffer. The dashboard is no such thing! --- 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 51623f603..f8b316958 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -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