diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 8 |
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) |