summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-22 10:24:39 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-22 10:24:39 -0700
commit995ff53f73c262812a60fe4f5e25c7a6c63ced36 (patch)
tree00e67182f2f06b1fd45ac047e83ca6b8737ef4de /emacs.d
parent[aspell] add dictionary. (diff)
downloademacs.d-995ff53f73c262812a60fe4f5e25c7a6c63ced36.tar.gz
[emacs] add midnight to clean up buffers.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/packages.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/packages.el b/emacs.d/packages.el
index ac56a68..e4322ce 100644
--- a/emacs.d/packages.el
+++ b/emacs.d/packages.el
@@ -120,6 +120,8 @@
       (when (executable-find preferred-markdown-impl)
         (setq markdown-command preferred-markdown-impl)))))
 
+(use-package midnight)
+
 (use-package mustache-mode
   :mode ("\\.\\(alert\\|mustache\\)$" . mustache-mode)
   :ensure t