summaryrefslogtreecommitdiff
path: root/emacs-helm.sh
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-09-24 12:29:33 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-09-24 12:29:33 +0200
commite49f6377dbdb3f880fbfeca75fb843c5a029704e (patch)
tree479609d95efbbff5c3b6170a11ed98a307a4600c /emacs-helm.sh
parent87d4fec1fa7901c43ce9c8ea9166b7d8fc910a30 (diff)
Fix commentary in emacs-helm.sh
Diffstat (limited to 'emacs-helm.sh')
-rwxr-xr-xemacs-helm.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs-helm.sh b/emacs-helm.sh
index 164272e3..17cbbe6c 100755
--- a/emacs-helm.sh
+++ b/emacs-helm.sh
@@ -17,9 +17,8 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
## Commentary:
-
# Preconfigured `emacs -Q' with a basic Helm configuration.
-# Run it from this directory or symlink it somewhere in your PATH.
+
# If TEMP env var exists, use it, otherwise declare it.
test -z "$TEMP" && TEMP="/tmp"