summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Fryers2022-07-06 11:06:09 +0100
committerTom Fryers2022-07-06 11:06:09 +0100
commitfa9741c5cbcae1aed64e8dffa1f310cced392dd2 (patch)
tree126bbaecd149efd3a23d55e984da408db095fc05
parent64f2129d628f5927e2f02bb5c6a386239b2d9e7f (diff)
downloadaur-fa9741c5cbcae1aed64e8dffa1f310cced392dd2.tar.gz
Add nemacs file
-rw-r--r--nemacs7
1 files changed, 7 insertions, 0 deletions
diff --git a/nemacs b/nemacs
new file mode 100644
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 $*
+