summaryrefslogtreecommitdiff
path: root/emacs/inits/99-last.el
blob: 1bcec66033e3cb0e1d2d20d10fc6ecd52ab9835e (plain)
1
2
3
4
5
6
7
8
;; Time-stamp: <2020-08-12 22:05:48 (user@hobbies)>

(add-hook 'after-init-hook
          (lambda ()
            (run-with-idle-timer 20 nil (lambda () (setq gc-cons-threshold 80000000)))))

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