summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-07-06 08:01:59 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-07-06 08:01:59 +0200
commit0b56b8a1fa66d60bba58dd8c9a961ca4fc6b34c2 (patch)
treeac3f686e699e0f1ba1aa3060fab0d7bb3ea8836f /emacs-helm.sh
parentd3645cb86f661e1a52f97fe9fb8695baee644263 (diff)
* emacs-helm.sh: Allow extra args to emacs.
Diffstat (limited to 'emacs-helm.sh')
-rwxr-xr-xemacs-helm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-helm.sh b/emacs-helm.sh
index f8dedf05..9872f4a0 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -41,4 +41,4 @@ cat > $TMP <<EOF
(add-hook 'kill-emacs-hook #'(lambda () (delete-file "$TMP")))
(cd "~/")
EOF
-emacs -Q -l $TMP
+emacs -Q -l $TMP $@