summaryrefslogtreecommitdiff
path: root/modules/wrap-up.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wrap-up.el')
-rw-r--r--modules/wrap-up.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/wrap-up.el b/modules/wrap-up.el
index fcc0b788..56cd65f0 100644
--- a/modules/wrap-up.el
+++ b/modules/wrap-up.el
@@ -22,7 +22,7 @@
(defun cj/bury-buffers-after-delay ()
"Run cj/bury-buffers after a delay."
- (run-with-timer 10 nil 'cj/bury-buffers))
+ (run-with-timer 1 nil 'cj/bury-buffers))
(add-hook 'emacs-startup-hook 'cj/bury-buffers-after-delay)