Remove gcmh and auto-compile

This commit is contained in:
James Cherti
2024-07-04 18:20:47 -04:00
parent 21e3d9b00a
commit 71c6539dcc

15
init.el
View File

@@ -53,21 +53,6 @@
(eval-when-compile (eval-when-compile
(require 'use-package)) (require 'use-package))
;;; Load auto-compile and gcmh
(use-package auto-compile
:config
(auto-compile-on-load-mode)
(auto-compile-on-save-mode))
(use-package gcmh
:custom
(gcmh-idle-delay 'auto)
(gcmh-auto-idle-delay-factor 10)
;; (gcmh-high-cons-threshold (* 16 1024 1024))
:hook
(emacs-startup . gcmh-mode))
;;; Files ;;; Files
;; Do not auto-disable auto-save after deleting large chunks of text. The ;; Do not auto-disable auto-save after deleting large chunks of text. The
;; purpose of auto-save is to provide a failsafe, and disabling it ;; purpose of auto-save is to provide a failsafe, and disabling it