From: Joe Wreschnig Date: Mon, 7 Aug 2017 08:15:41 +0000 (+0200) Subject: Some documentation. X-Git-Tag: v20170807~15 X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=commitdiff_plain;h=6ab55815a4bbae7367a5fc07bc27fe88194ce249 Some documentation. --- diff --git a/pelican-mode.el b/pelican-mode.el index 7f7460b..6dceba5 100644 --- a/pelican-mode.el +++ b/pelican-mode.el @@ -20,11 +20,22 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . + ;;; Commentary: ;; -;; Probably, this doesn't handle a lot of error cases. I also never -;; tested it on networked drives and the lookup for pelicanconf.py -;; might slow it down considerably. +;; pelican-mode is an Emacs minor mode for editing pages and posts in +;; Pelican (URL http://getpelican.com/) sites. +;; +;; It's intended to be used alongside `markdown-mode' or `rst-mode'. +;; It also assumes you've set up Pelican with ``pelican-quickstart'' +;; or something like it. In particular it assumes: +;; +;; * The existence of ``pelicanconf.py'' and ``Makefile'' in some +;; ancestor directory. +;; * The first component of the path (e.g. ``content'') after that +;; ancestor is irrelevant. +;; * If the next component is ``pages'', that indicates a page +;; rather than an article. ;;; Code: