diff options
-rw-r--r-- | emacs/init.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/init.el b/emacs/init.el index 577063d..785c2d4 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -22,13 +22,6 @@ #'(lambda () (message (format "Initialised in %s seconds with %s garbage collections." (emacs-init-time) gcs-done)))) -;; Use the gcmh to collect garbage when i'm not using emacs -(use-package gcmh - :disabled t - :ensure t - :custom - (gcmh-mode t)) - ;; It is often useful to be able to run a command while i am already in the process of running a command in the minibuffer. This is rarely two extended commands; usually it is completion. (use-package mb-depth :custom |