summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-01 16:29:36 -0700
committerChristian Cunningham <cc@localhost>2024-06-01 16:29:36 -0700
commitad71ce854a412295063e2d12c8519a504dc77525 (patch)
tree024b97492b44963bb9592de6041a011f84dfa077
parentae3f9052b0943d8782cb3127e82eb7b2b40b2bff (diff)
Name the dashboard buffer
-rw-r--r--elchemy-personal.el3
1 files changed, 2 insertions, 1 deletions
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")