From 8170e72ef090e4e4db034f98da992f233d78bd1b Mon Sep 17 00:00:00 2001 From: noa Date: Mon, 11 Nov 2024 11:56:40 +0800 Subject: Disable the garbage collector magic hack --- emacs/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index d8ca11e..ecb65de 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -21,13 +21,11 @@ ;; Use the gcmh to collect garbage when i'm not using emacs (use-package gcmh + :disabled t :ensure t :custom (gcmh-mode t)) -;; Properly distinguish these chords from their ascii legacy -(define-key input-decode-map [?\C-m] [C-m]) - ;;; Modern keybindings ;; A lot of people say that you get used to emacs keybindings over time, and this is true. But i find it hard to maintain two sets of keybindings in my head: those for emacs, and those for everything else. So i think that it's best to make emacs use the same bindings as everything else. For now, we do that with wakib mode. (use-package wakib-keys -- cgit 1.4.1-2-gfad0