A minor fix for FG42 path

This commit is contained in:
Sameer Rahmani 2015-09-07 16:29:06 +04:30
parent efdea36a0b
commit b80c53b5c0
2 changed files with 3 additions and 13 deletions

View File

@ -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.

4
fg42
View File

@ -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 "$@"