diff options
-rw-r--r-- | dashboard.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard.el b/dashboard.el index 624210b..6d660fd 100644 --- a/dashboard.el +++ b/dashboard.el @@ -58,6 +58,7 @@ If FORCE is non-nil, re-gerenate the dashboard buffer." (insert (center-string-in-width "Dashboard" (window-body-width))) (read-only-mode 1) (set 'mode-line-format '("%e" (:eval (modeline-format-dashboard)))) + (set 'default-directory user-emacs-directory) (view-mode 1)))) dashboard)) |