diff options
author | noa | 2025-02-16 16:11:12 +0800 |
---|---|---|
committer | noa | 2025-02-16 16:11:12 +0800 |
commit | a7e56f59f40bbd2690d79dae41e90927486b7828 (patch) | |
tree | 18af1d208149e79040dd012590888e5b5eee825c /emacs/init.el | |
parent | 84aa451d1e559674191d51d9af2cc0e7140008a5 (diff) |
Remove garbage collector magic hack
Diffstat (limited to 'emacs/init.el')
-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 |