Add docstring to eliss-data-directory
This commit is contained in:
parent
113b8f3076
commit
f4d37d1178
1 changed files with 3 additions and 2 deletions
5
eliss.el
5
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)))
|
||||
|
|
Loading…
Reference in a new issue