summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")