diff options
Diffstat (limited to 'dashboard.el')
-rw-r--r-- | dashboard.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard.el b/dashboard.el index ebbefde..9cca322 100644 --- a/dashboard.el +++ b/dashboard.el @@ -57,6 +57,7 @@ If FORCE is non-nil, re-gerenate the dashboard buffer." dashboard-cat-text))) (newline 5) (insert (center-string-in-width "Dashboard" (window-body-width))) + (set-buffer-modified-p nil) (read-only-mode 1) (set 'mode-line-format '("%e" (:eval (modeline-format-dashboard)))) (set 'default-directory user-emacs-directory) |