From 1631e9cb07929ac24dbd095200cc4b5cfc733419 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sun, 23 Mar 2014 22:36:45 +0430 Subject: [PATCH] config path fixed in kuso launcher --- kuso | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kuso b/kuso index e880926..7529e76 100755 --- a/kuso +++ b/kuso @@ -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 "$@"