From 8fd9506583b22adb1dd8757463cbf82fc2db28ec Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 11 Oct 2021 18:02:00 -0500 Subject: Remember more things --- init.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index bbda9aa..301128e 100644 --- a/init.el +++ b/init.el @@ -376,10 +376,16 @@ (or (executable-find "magick") (executable-find "convert"))) kill-read-only-ok t + kill-ring-max 500 ; RAM is cheap, right? + mark-ring-max 50 + kmacro-ring-max 20 + search-ring-max 200 + global-mark-ring-max 100 + regexp-search-ring-max 100 load-prefer-newer t native-comp-async-report-warnings-errors nil password-cache t - password-cache-expiry 3600 ; 5 minutes + password-cache-expiry (* 60 5) ; seconds set-mark-command-repeat-pop t) (when (fboundp 'command-completion-default-include-p) -- cgit 1.4.1-21-gabe81