summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2024-06-01 16:17:08 -0700
committerChristian Cunningham <cc@local.lan>2024-06-01 16:17:08 -0700
commit48672c875c0f1b34b29396237ed71fdf992a1628 (patch)
tree14455b03368400a02a0db4e7fc029357cdb28c7a
parent97dfc6b1a27d46976e42949e394634ba07892a5c (diff)
Assume Elchemy is in Dotfile Directory
-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)))