summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 4a428ecf..0bfcf64a 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -50,11 +50,6 @@
             (when (eq system-type 'darwin)
               (general-unbind "s-x"))))
 
-(use-package emacs-gc-stats
-  :config (progn
-            (setq emacs-gc-stats-gc-defaults 'emacs-defaults)
-            (emacs-gc-stats-mode +1)))
-
 ;;; Styles
 
 ;; I prefer an always-visible cursor.  Feels less distracting.