We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423048d commit d409a76Copy full SHA for d409a76
ubuntu/alias_emacs.sh
@@ -0,0 +1,8 @@
1
+# Add this to your .bashrc or .bash_profile to
2
+# make it easier to start up the emacs you want.
3
+# $ xmacs # gets graphical version
4
+# $ emacs # starts console version
5
+
6
+alias xmacs='emacs24-x'
7
+alias emacs='emacs -nw'
8
0 commit comments