MID1 project-manager.el

This commit is contained in:
Sameer Rahmani 2015-07-12 01:49:36 +04:30
parent 8427993a5a
commit 422200cc29
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
;; 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 ())