summarylogtreecommitdiffstats
path: root/nemacs
blob: 6becea07654cf35b120acb2a627e1d7d51da9be0 (plain)
1
2
3
4
5
6
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 $*