summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)))