summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2025-02-16 16:11:12 +0800
committernoa2025-02-16 16:11:12 +0800
commita7e56f59f40bbd2690d79dae41e90927486b7828 (patch)
tree18af1d208149e79040dd012590888e5b5eee825c
parent84aa451d1e559674191d51d9af2cc0e7140008a5 (diff)
Remove garbage collector magic hack
-rw-r--r--emacs/init.el7
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