mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(eshell-save-history-on-exit): Change default to t.
This commit is contained in:
parent
b49912b2f7
commit
2f29fae31b
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ This mirrors the optional behavior of bash."
|
|||
:type 'boolean
|
||||
:group 'eshell-hist)
|
||||
|
||||
(defcustom eshell-save-history-on-exit 'ask
|
||||
(defcustom eshell-save-history-on-exit t
|
||||
"*Determine if history should be automatically saved.
|
||||
History is always preserved after sanely exiting an Eshell buffer.
|
||||
However, when Emacs is being shut down, this variable determines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue