From ac1a4884d03fc0495c773500d8a13f84b695fa43 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Wed, 11 Sep 2019 19:18:14 -0400 Subject: Init --- emacs/inits/99-last.el | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 emacs/inits/99-last.el (limited to 'emacs/inits/99-last.el') diff --git a/emacs/inits/99-last.el b/emacs/inits/99-last.el new file mode 100644 index 0000000..dc6db7d --- /dev/null +++ b/emacs/inits/99-last.el @@ -0,0 +1,7 @@ +;; Time-stamp: <2019-01-26 12:56:04 (tslil@winslow)> + +(add-hook 'after-init-hook + (lambda () + (run-with-idle-timer 20 nil (lambda () (setq gc-cons-threshold 8000000))))) + +(setq file-name-handler-alist old-file-name-handler-alist) -- cgit v1.2.3