diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-22 10:24:39 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-22 10:24:39 -0700 |
commit | 995ff53f73c262812a60fe4f5e25c7a6c63ced36 (patch) | |
tree | 00e67182f2f06b1fd45ac047e83ca6b8737ef4de /emacs.d | |
parent | [aspell] add dictionary. (diff) | |
download | emacs.d-995ff53f73c262812a60fe4f5e25c7a6c63ced36.tar.gz |
[emacs] add midnight to clean up buffers.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/packages.el | 2 |
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 |