X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/3cad7c5edf8793c33308d91c123151a7e4653253..c8d14c8c380ef2d7b691cacc47a3d3cce4d16bac:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 4fb237a..4107fda 100644 --- a/dot/emacs +++ b/dot/emacs @@ -134,6 +134,11 @@ (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)