dot/emacs: Save minibuffer history, and retain more of it.
[profile] / dot / emacs
index 4fb237a..4107fda 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
                      (and edit
                           (set-process-query-on-exit-flag edit nil)))))))
 
+;; Saving state.
+
+(or mdw-fast-startup (savehist-mode 1))
+(setq history-length 200)
+
 ;; Control backup behaviour.
 
 (setq backup-by-copying nil)