diff options
| author | 2013-09-23 00:41:58 +0200 | |
|---|---|---|
| committer | 2013-09-23 00:47:16 +0200 | |
| commit | 34b2b9e7ff7cb8def8e68c64391e597e5f68995b (patch) | |
| tree | 5a576f583bcbdda49785fe3ac9d9443511755147 | |
| parent | a29dc351437a72f1a2c06c76a7799bb428481f4f (diff) | |
| download | kaarvok-34b2b9e7ff7cb8def8e68c64391e597e5f68995b.tar.gz kaarvok-34b2b9e7ff7cb8def8e68c64391e597e5f68995b.zip | |
Run kaarvok from anywhere
When running `kaarvok' always add the current directory to the
`load-path'. This way, as long as `kaarvok.el' is in the same directory
as `kaarvok', `kaarvok.el' can always be found.
| -rwxr-xr-x | kaarvok | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,5 +22,5 @@ if [ "${#@}" -lt 2 ]; then exit 1 fi -/usr/bin/emacs -Q -batch -l kaarvok.el -eval \ +/usr/bin/emacs -Q -batch -L $(dirname $0) -l kaarvok.el -eval \ "(kaarvok-create-project-from-template \"$1\" \"$2\")" |
