From ad71ce854a412295063e2d12c8519a504dc77525 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 1 Jun 2024 16:29:36 -0700 Subject: Name the dashboard buffer --- elchemy-personal.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'elchemy-personal.el') diff --git a/elchemy-personal.el b/elchemy-personal.el index b48b563..2eb865a 100644 --- a/elchemy-personal.el +++ b/elchemy-personal.el @@ -66,7 +66,8 @@ (setq nm/dashboard-file "~/.elchemy/dashboard.org") (when nm/dashboard-file (find-file-read-only nm/dashboard-file) - (switch-to-buffer (file-name-nondirectory nm/dashboard-file))) + (switch-to-buffer (file-name-nondirectory nm/dashboard-file)) + (rename-buffer "*Dashboard*")) (add-to-list 'org-agenda-files "/ssh:onid:todo.org") (add-to-list 'org-capture-templates '("o" "OSU Todo" entry (file+headline "/ssh:onid:todo.org" "Imported") -- cgit v1.2.1