chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cad7c5
)
dot/emacs: Save minibuffer history, and retain more of it.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 25 Jun 2017 18:02:25 +0000
(19:02 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 25 Jun 2017 18:02:25 +0000
(19:02 +0100)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 4fb237a22eb4445a8af5c2895406a7e8e3c79dcb..4107fda1b8391f37036bc33dc39822a3d5ce082e 100644
(file)
--- 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)