summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 1023b5b..557c5e9 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -15,7 +15,6 @@
:custom (use-package-compute-statistics t))
;; Give me stats on garbage collection and startup time
-(setopt garbage-collection-messages t)
(add-hook 'emacs-startup-hook
#'(lambda ()
(message (format "Initialised in %s seconds with %s garbage collections." (emacs-init-time) gcs-done))))