UPDATE emacs config : remember history

main
Alexandre LUCAZEAU 2023-02-02 09:51:59 +01:00
parent ca7cad8adc
commit df700bb704
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@
;; Only y/n answers
(defalias 'yes-or-no-p 'y-or-n-p)
;; Save what you enter into minibuffer prompts
(setq history-length 25)
(savehist-mode 1)
;; Backup