diff --git a/TODO.org b/TODO.org index 4f7f955..30c041a 100644 --- a/TODO.org +++ b/TODO.org @@ -1,12 +1,2 @@ * Tasks -** Create different hash tables for packages with different source like github -** Workgroups -*** TODO Add a directory scanning mode. load each workgroup by name only. -** TODO Provide a variable (defcustom) which allow user to easily change them from customize menu -** TODO add org-mode support -*** TODO add support to main todo repository and collect todo form projects repositories -** TODO add startup custom buffer for kuso -** TODO add per project configuration support -** TODO configure `package-archive-priorities` so package.el install all packages from elpa first -** TODO add company mode support for flyspell -* Release +** TODO adds support for markdown. diff --git a/fg42 b/fg42 index b4b7bf8..3b392f6 100755 --- a/fg42 +++ b/fg42 @@ -1,7 +1,7 @@ #! /bin/sh #export FG42_HOME=--PATH-- -export FG42_HOME=$HOME/src/FG42/FG42 +export FG42_HOME=$HOME/src/FG42/ #emacs -Q --no-splash --name FG42 --title FG42 -q -l --PATH--/fg42-config.el "$@" -emacs --name FG42 -Q -q --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$@" +emacs-snapshot --name FG42 -Q -q --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$@"