summaryrefslogtreecommitdiff
path: root/emacs/inits/99-last.el
diff options
context:
space:
mode:
authortslil clingman <>2024-07-13 15:07:01 +0200
committertslil clingman <>2024-07-13 15:09:41 +0200
commited836738a16efb7721b72f6aa58f07541fd37393 (patch)
tree077b925d8ad499d8c50b37c5049cae50e4e606f9 /emacs/inits/99-last.el
parent31da2d6faa41043ce5e1ddc9b8f6ac0aacc49708 (diff)
[emacs] cleanup
Diffstat (limited to 'emacs/inits/99-last.el')
-rw-r--r--emacs/inits/99-last.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/inits/99-last.el b/emacs/inits/99-last.el
index 1bcec66..9f62f15 100644
--- a/emacs/inits/99-last.el
+++ b/emacs/inits/99-last.el
@@ -1,8 +1,8 @@
-;; Time-stamp: <2020-08-12 22:05:48 (user@hobbies)>
+;; Time-stamp: <2024-03-18 09h51 CET (0c109a04)>
(add-hook 'after-init-hook
(lambda ()
- (run-with-idle-timer 20 nil (lambda () (setq gc-cons-threshold 80000000)))))
+ (run-with-idle-timer 20 nil (lambda () (setq gc-cons-threshold 40000000)))))
(setq read-process-output-max (* 1024 1024))
(setq file-name-handler-alist old-file-name-handler-alist)