[emacs] increase history-length

This commit is contained in:
contrapunctus 2021-08-04 14:05:10 +05:30
parent 67ac9dba5d
commit 7211ff438e
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ NAME is the name of the process and its buffer."
(setq gc-cons-threshold 100000000
delete-by-moving-to-trash t
trash-directory "~/.trash/"
history-length 1000
history-length 10000
use-file-dialog nil)
(setq-default undo-limit (* 80 1000)))