summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-11 18:02:00 -0500
committerCase Duckworth2021-10-11 18:02:00 -0500
commit8fd9506583b22adb1dd8757463cbf82fc2db28ec (patch)
tree708780624e8edfc5f935a8fab3743aa2306fa917 /init.el
parentChange pulse-iness of eval-region (diff)
downloademacs-8fd9506583b22adb1dd8757463cbf82fc2db28ec.tar.gz
emacs-8fd9506583b22adb1dd8757463cbf82fc2db28ec.zip
Remember more things
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/init.el b/init.el index bbda9aa..301128e 100644 --- a/init.el +++ b/init.el
@@ -376,10 +376,16 @@
376 (or (executable-find "magick") 376 (or (executable-find "magick")
377 (executable-find "convert"))) 377 (executable-find "convert")))
378 kill-read-only-ok t 378 kill-read-only-ok t
379 kill-ring-max 500 ; RAM is cheap, right?
380 mark-ring-max 50
381 kmacro-ring-max 20
382 search-ring-max 200
383 global-mark-ring-max 100
384 regexp-search-ring-max 100
379 load-prefer-newer t 385 load-prefer-newer t
380 native-comp-async-report-warnings-errors nil 386 native-comp-async-report-warnings-errors nil
381 password-cache t 387 password-cache t
382 password-cache-expiry 3600 ; 5 minutes 388 password-cache-expiry (* 60 5) ; seconds
383 set-mark-command-repeat-pop t) 389 set-mark-command-repeat-pop t)
384 390
385 (when (fboundp 'command-completion-default-include-p) 391 (when (fboundp 'command-completion-default-include-p)