summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-19 03:06:37 +0200
committerGravatar Tom Willemse2013-05-19 03:06:37 +0200
commitf4d37d11781849a3c6e67a6878febec6f2118e28 (patch)
tree4cbd17dcc22d1e395517ca077eb2655b19bd8cd5
parent113b8f307636163efca669743463c3910260a863 (diff)
downloadeliss-f4d37d11781849a3c6e67a6878febec6f2118e28.tar.gz
eliss-f4d37d11781849a3c6e67a6878febec6f2118e28.zip
Add docstring to eliss-data-directory
-rw-r--r--eliss.el5
1 files 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)))