Hello guys,
I just upgrade to Ubuntu Karmic 9.10 and there is now emphaty. The problem is that em-TAB- doesn't autocomplete to emacs anymore ...
I there a way to the my Bourne-Shell to complete em-TAB- always to emacs ?
Thank you
Hello guys,
I just upgrade to Ubuntu Karmic 9.10 and there is now emphaty. The problem is that em-TAB- doesn't autocomplete to emacs anymore ...
I there a way to the my Bourne-Shell to complete em-TAB- always to emacs ?
Thank you
If you add an alias for em
to your .bashrc
you can skip the Tab-completion all together:
alias em=emacs
With this you can start emacs by simply typing the command em
.