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 6d660fd..09fa4ed 100644 --- a/dashboard.el +++ b/dashboard.el @@ -38,6 +38,7 @@ If FORCE is non-nil, re-gerenate the dashboard buffer." (switch-to-buffer dashboard)) (t (with-current-buffer dashboard + (setq buffer-undo-list t) (erase-buffer) (cond ((display-graphic-p) |