Fix end-of-file error
Because I was a derp lord in 717d53c66
, and always will be.
This commit is contained in:
parent
2419990caa
commit
6d52baeb57
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ users).")
|
|||
(add-transient-hook! 'pre-command-hook (gcmh-mode +1))
|
||||
(with-eval-after-load 'gcmh
|
||||
(setq gc-cons-percentage 0.1)
|
||||
(add-hook 'focus-out-hook #'gcmh-idle-garbage-collect))
|
||||
(add-hook 'focus-out-hook #'gcmh-idle-garbage-collect)))
|
||||
|
||||
;; HACK `tty-run-terminal-initialization' is *tremendously* slow for some
|
||||
;; reason. Disabling it completely could have many side-effects, so we
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue