How can I reload the interactive shell and run some commands on emacs startup?
Posted
by Zubair
on Stack Overflow
See other posts from Stack Overflow
or by Zubair
Published on 2010-04-11T08:19:36Z
Indexed on
2010/04/11
8:23 UTC
Read the original article
Hit count: 226
emacs
I relise that I have to add something like:
shell
: to my .emacs file. But then how can I get it to do shell commands like:
cd /mydirectory
: and other shell actions
© Stack Overflow or respective owner