summaryrefslogtreecommitdiff
path: root/emacs/inits/99-last.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/inits/99-last.el')
-rw-r--r--emacs/inits/99-last.el7
1 files changed, 7 insertions, 0 deletions
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)