summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-01-04 19:55:10 -0800
committerFranck Cuny <franck@fcuny.net>2021-01-04 19:55:10 -0800
commit51ee1f966fd3f9779feb4fbe3bf0442b8d0231d9 (patch)
tree90702ff207fc314ed9a2b649df3f6e0fc937f875 /emacs
parentemacs: rename the directory (diff)
downloademacs.d-51ee1f966fd3f9779feb4fbe3bf0442b8d0231d9.tar.gz
emacs: log when the GC kicks in
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-settings.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-settings.el b/emacs/custom/fcuny-settings.el
index a5ecc87..4db0f95 100644
--- a/emacs/custom/fcuny-settings.el
+++ b/emacs/custom/fcuny-settings.el
@@ -27,6 +27,7 @@
(setq vc-handled-backends nil) ;; don't use the VC backend, it's too slow with source
(setq-default delete-by-moving-to-trash t) ;; delete files by moving them to the trash
(setq initial-scratch-message "") ;; empty scratch buffer
+(setq garbage-collection-messages t) ;; log when the gc kicks in
(custom-set-variables
'(use-file-dialog nil)