config path fixed in kuso launcher

This commit is contained in:
Sameer Rahmani 2014-03-23 22:36:45 +04:30
parent c548bfc0e5
commit 1631e9cb07
1 changed files with 2 additions and 1 deletions

3
kuso
View File

@ -1,2 +1,3 @@
#! /bin/sh
emacs -Q --no-splash --name KusoIDE --title KusoIDE -q -l ./kuso.config.el $1
emacs -Q --no-splash --name KusoIDE --title KusoIDE -q -l `dirname $0`/kuso.config.el "$@"