diff options
| author | Christian Cunningham <cc@local.lan> | 2024-06-01 16:17:08 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2024-06-01 16:17:08 -0700 |
| commit | 48672c875c0f1b34b29396237ed71fdf992a1628 (patch) | |
| tree | 14455b03368400a02a0db4e7fc029357cdb28c7a | |
| parent | 97dfc6b1a27d46976e42949e394634ba07892a5c (diff) | |
Assume Elchemy is in Dotfile Directory
| -rw-r--r-- | elchemy-personal.el | 2 |
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))) |
