From ae3f9052b0943d8782cb3127e82eb7b2b40b2bff Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 1 Jun 2024 16:17:08 -0700 Subject: Assume Elchemy is in Dotfile Directory --- elchemy-personal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit v1.2.1