From f4d37d11781849a3c6e67a6878febec6f2118e28 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 19 May 2013 03:06:37 +0200 Subject: Add docstring to eliss-data-directory --- eliss.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eliss.el b/eliss.el index 56fea4c..fbc948e 100644 --- a/eliss.el +++ b/eliss.el @@ -13,6 +13,9 @@ ;;; Code: +(defvar eliss-data-directory "~/projects/eliss/projects" + "The location of the project org files.") + (defmacro with-eliss-http-params (params httpcon &rest body) "Bind parameters PARAMS from HTTPCON and execute BODY." `(let (,@(mapcar (lambda (p) @@ -21,8 +24,6 @@ ,@body)) (put 'with-eliss-http-params 'lisp-indent-function 2) -(defvar eliss-data-directory "~/projects/eliss/projects") - (defun project-row (project) "Print a table row for PROJECT." (let ((pname (substring project 0 -4))) -- cgit v1.2.3-54-g00ecf