From b96d50b3def06109d6f34584071f30955dca0fe5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 18 Sep 2018 11:51:08 -0400 Subject: [PATCH] history-length = 500 --- core/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.el b/core/core.el index a135c25ab..489a4b307 100644 --- a/core/core.el +++ b/core/core.el @@ -233,7 +233,7 @@ and `doom-exit-window-hook'." ;; History & backup settings (save nothing, that's what git is for) auto-save-default nil create-lockfiles nil - history-length 250 + history-length 500 make-backup-files nil ; don't create backup~ files ;; byte compilation byte-compile-verbose doom-debug-mode