summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-20 11:11:26 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-20 11:11:26 +0200
commitd8e4e8a85c31151e681c436fea4a559581274ef3 (patch)
treeebcdf1e132fa60b85bf0b043ab05d7c607a428a4 /emacs-helm.sh
parent9708b124d1b1d75ecacac51248feb5e4cc4b4fd4 (diff)
* emacs-helm.sh: Add comment.
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 247687b5..f3e45a7a 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -20,7 +20,7 @@
# Preconfigured Emacs with a basic helm configuration.
# Useful to start quickly an emacs -Q with helm.
-# Run it from this directory.
+# Run it from this directory or symlink it somewhere in your PATH.
# If TEMP env var exists use it otherwise declare it.
[ -z $TEMP ] && declare TEMP="/tmp"