summaryrefslogtreecommitdiff
path: root/emacs/inits/99-last.el
blob: 9f62f15e5e4ae0e045a25781dcff22fd3cb117d6 (plain)
1
2
3
4
5
6
7
8
;; 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 40000000)))))

(setq read-process-output-max (* 1024 1024))
(setq file-name-handler-alist old-file-name-handler-alist)