Adds missing documentation file for m-buffer.

m-buffer now uses lentic to generate its documentation
on the fly client side. This requires a top-level org
file which is used in the generation.
This commit is contained in:
Phillip Lord 2015-03-17 09:13:27 +00:00
parent 822ac5610f
commit 103c84974a

View file

@ -1 +1,3 @@
(m-buffer :fetcher github :repo "phillord/m-buffer-el")
(m-buffer :fetcher github :repo "phillord/m-buffer-el"
:files (:defaults
"m-buffer-doc.org"))