summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 2148683..32892f1 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -316,6 +316,9 @@ Return the new window for BUFFER."
                (set-buffer-modified-p nil)
                (message "File '%s' successfully renamed to '%s'" name (file-name-nondirectory new-name))))))))
 
+;; clean up buffers once in a while
+(require 'midnight)
+
 ;; start the server if not already running
 (require 'server)
 (unless (server-running-p)