UPDATE emacs config : remember history
This commit is contained in:
parent
ca7cad8adc
commit
df700bb704
|
@ -57,6 +57,9 @@
|
||||||
;; Only y/n answers
|
;; Only y/n answers
|
||||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
||||||
|
;; Save what you enter into minibuffer prompts
|
||||||
|
(setq history-length 25)
|
||||||
|
(savehist-mode 1)
|
||||||
|
|
||||||
;; Backup
|
;; Backup
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue