Some buffer and performance changes. Spiffed up ibuffer.
This commit is contained in:
@@ -9,8 +9,9 @@ Magic Hack) to handle this. It seems to work pretty well.
|
||||
#+begin_src emacs-lisp
|
||||
;; Garbage collection
|
||||
(use-package gcmh
|
||||
:ensure t
|
||||
:hook (after-init . gcmh-mode)
|
||||
:demand t
|
||||
:init
|
||||
(gcmh-mode)
|
||||
:custom
|
||||
(gcmh-idle-delay 'auto)
|
||||
(gcmh-auto-idle-delay-factor 10))
|
||||
|
||||
Reference in New Issue
Block a user