Skip to content

Commit d409a76

Browse files
author
Mike Seidle
committed
Easy way to make sure you get the emacs you want on Ubuntu
1 parent 423048d commit d409a76

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ubuntu/alias_emacs.sh

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)