diff --git a/TODO b/TODO index 0c6de9f..4bcd14a 100644 --- a/TODO +++ b/TODO @@ -8,7 +8,8 @@ [ ] Review license templates [ ] Build the debian folder nad required files for deb packages [ ] Escape project name for a unix name "shell-quote-argument" -[ ] Add a config file for user to put his/her configuration there +[X] Add a config file for user to put his/her configuration there + ("Done with custom variables") [ ] Disable EDE and other unused menu [ ] Allow templates file to store in subdirectories so new project can have subdirectories diff --git a/src/lib/project.el b/src/lib/project.el index dd3fb1b..b6d9935 100644 --- a/src/lib/project.el +++ b/src/lib/project.el @@ -157,3 +157,5 @@ destenation file address created from template FILE name. (io/write destfile DATA) ) ) + +