From 5301833eaced40b8f7a64a04f222aa1d5986c481 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Tue, 9 Aug 2022 08:16:16 +0200 Subject: work inits --- emacs/work_inits/99-last.el | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 emacs/work_inits/99-last.el (limited to 'emacs/work_inits/99-last.el') diff --git a/emacs/work_inits/99-last.el b/emacs/work_inits/99-last.el new file mode 100644 index 0000000..1bcec66 --- /dev/null +++ b/emacs/work_inits/99-last.el @@ -0,0 +1,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) -- cgit v1.2.3