summarylogtreecommitdiffstats
path: root/nemacs
diff options
context:
space:
mode:
authorBenjamin Slade2023-03-18 17:30:27 -0600
committerBenjamin Slade2023-03-18 17:30:27 -0600
commit87d5cde552edb818c6a48b8eac3ec6b0be146d79 (patch)
tree112c4feb169dc8182bfea50751068cf6b92539aa /nemacs
downloadaur-87d5cde552edb818c6a48b8eac3ec6b0be146d79.tar.gz
initial commit
Diffstat (limited to 'nemacs')
-rwxr-xr-xnemacs7
1 files changed, 7 insertions, 0 deletions
diff --git a/nemacs b/nemacs
new file mode 100755
index 000000000000..6becea07654c
--- /dev/null
+++ b/nemacs
@@ -0,0 +1,7 @@
+#!/usr/bin/bash -e
+
+# Hi there, if you need to use emacs in a console, but compile the
+# gui version, this is for your.
+
+[[ -x /usr/bin/emacs ]] && /usr/bin/emacs -nw $*
+