FG42/lib/fg42/project-manager.el

9 lines
235 B
EmacsLisp
Raw Normal View History

2015-07-11 22:19:36 +01:00
;; Vars ------------------------
(defvar fg42-default-project-file ".fg42.json"
"The name of default project file in projects.")
;; Functions -------------------
(defun fg42-read-project-data ())
(defun fg42-write-project-data ())