summaryrefslogtreecommitdiff
path: root/emacs/work_inits/99-last.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/work_inits/99-last.el')
-rw-r--r--emacs/work_inits/99-last.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/work_inits/99-last.el b/emacs/work_inits/99-last.el
deleted file mode 100644
index 1bcec66..0000000
--- a/emacs/work_inits/99-last.el
+++ /dev/null
@@ -1,8 +0,0 @@
-;; 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)