Increase history-length to 1000 (for shell history)

This commit is contained in:
contrapunctus 2019-11-22 19:30:48 +05:30
parent e9bcea978f
commit 2163c65826
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
(use-package desktop
:init (desktop-save-mode t)
:config
(setq history-length 500
(setq history-length 1000
desktop-dirname "~/.emacs.d/desktop-save/"
desktop-save 'ask-if-new
use-file-dialog nil)