Merge branch '1.0' of github.com:KusoIDE/KusoIDE into 1.0

This commit is contained in:
Sameer Rahmani 2013-09-25 18:43:44 +03:30
commit 46dc06881e
3 changed files with 13 additions and 5 deletions

View File

@ -43,6 +43,12 @@ Python dependencies (kuso-python plugin)
* jedi
* epc
Ruby dependencies (kuso-ruby plugin)
------------------------------------
* rb-readline
* Rake
* Bundle
HTML dependencies
-----------------
* tidy

View File

@ -6,3 +6,6 @@
* New Plugings
** TODO Add hs-minor-mode to the plugin mojor mode load hook
** TODO add the custom snippets path to yasnippet load path
* Release
** TODO remove '-dev' suffix from executable filename

View File

@ -80,7 +80,7 @@ while [ "$condition" == "1" ] ; do
dotemacs=~/.kuso_dev
repo=~/.kuso.d_dev
condition="0"
executable=kuso-dev
executable=kuso
fi
if [ "$standalone" == "n" ]
@ -88,8 +88,7 @@ while [ "$condition" == "1" ] ; do
dotemacs=~/.emacs
repo=~/.emacs.d
condition="0"
executable=emacs-dev
executable=kuso
fi
done
@ -127,7 +126,7 @@ fi
if [ "$standalone" == "" -o "$standalone" == "y" ]
then
info "Creating a link in globe PATH . . ."
sudo ln -s $repo/$executable /usr/bin/$executable
sudo ln -s $repo/$executable /usr/bin/$executable-dev
chmod +x $repo/$executable
fi
@ -147,4 +146,4 @@ sed "s,--REPO--,$repo,mg" -i $dotemacs
# `which emacs` --batch -l $dotemacs
#fi
echo -e "\nNow run `kuso` and have fun ;)"
echo -e "\nNow run 'kuso' and have fun ;)"