diff options
| author | tslil clingman <> | 2021-09-27 08:53:17 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-09-27 08:53:17 -0400 |
| commit | fa49aa2b985398b3da4379efc46198ba6497bdfc (patch) | |
| tree | 28997c5d3947394cc66ad3a1a131c44f975256cf /emacs/inits/99-last.el | |
| parent | c69f17c5d36fa7a4a95701f915c727b076981f2f (diff) | |
Fixed tabs!
Diffstat (limited to 'emacs/inits/99-last.el')
| -rw-r--r-- | emacs/inits/99-last.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/inits/99-last.el b/emacs/inits/99-last.el index dc6db7d..1bcec66 100644 --- a/emacs/inits/99-last.el +++ b/emacs/inits/99-last.el @@ -1,7 +1,8 @@ -;; Time-stamp: <2019-01-26 12:56:04 (tslil@winslow)> +;; 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 8000000))))) + (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) |
