summaryrefslogtreecommitdiff
path: root/elchemy-personal.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-01 16:17:08 -0700
committerChristian Cunningham <cc@localhost>2024-06-01 16:17:08 -0700
commitae3f9052b0943d8782cb3127e82eb7b2b40b2bff (patch)
tree14455b03368400a02a0db4e7fc029357cdb28c7a /elchemy-personal.el
parent5c1b2a5da3c11f8b2d946219b2afeac526e6627d (diff)
Assume Elchemy is in Dotfile Directory
Diffstat (limited to 'elchemy-personal.el')
-rw-r--r--elchemy-personal.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elchemy-personal.el b/elchemy-personal.el
index 67adacc..b48b563 100644
--- a/elchemy-personal.el
+++ b/elchemy-personal.el
@@ -63,7 +63,7 @@
(setq sentence-end-double-space nil)
(setq nm/dashboard-file nil)
-(setq nm/dashboard-file "~/elchemy/dashboard.org")
+(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)))