recipe: keep-buffers

This commit is contained in:
David Holm 2014-11-08 14:24:36 +01:00
parent bcc1d549f5
commit a1e2d51263

6
recipes/keep-buffers.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name keep-buffers
:website "https://github.com/lewang/le_emacs_libs/blob/master/keep-buffers.el"
:description "Attempt to prevent named buffers from deletion."
:type http
:url "https://raw.githubusercontent.com/lewang/le_emacs_libs/master/keep-buffers.el"
:prepare (autoload 'keep-buffers-mode "keep-buffers" nil t))