How to make emacs stay in the current directory
Posted
by Mad Wombat
on Stack Overflow
See other posts from Stack Overflow
or by Mad Wombat
Published on 2010-04-13T04:26:45Z
Indexed on
2010/04/13
4:33 UTC
Read the original article
Hit count: 303
emacs
When I start working on a project in emacs, I use M-x cd to get into the project root directory. But every time I use C-x C-f to open a file in one of the subdirectories (like app/model/Store.rb) emacs changes current directory to that of the file. Is there a way to make emacs stay at the root?
© Stack Overflow or respective owner