From f3a3465c047cdd1a68415cbb6e44ddd1e2cdc590 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 28 Jul 2018 02:32:44 +0200 Subject: [PATCH] history-length = 250 Reduce from 500 to slim savehist data files and general Emacs memory footprint. --- core/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.el b/core/core.el index 83a882928..beef6d8ee 100644 --- a/core/core.el +++ b/core/core.el @@ -160,7 +160,7 @@ else (except for `window-setup-hook').") ;; History & backup settings (save nothing, that's what git is for) auto-save-default nil create-lockfiles nil - history-length 500 + history-length 250 make-backup-files nil ; don't create backup~ files ;; byte compilation byte-compile-verbose doom-debug-mode