I access a lot of files from a certain directory which is not ~ but say: D:\Mijn documenten\My Dropbox.
What is the quickest way to 'find' a file in that directory within a new Emacs session? Using bookmarks?
|
I access a lot of files from a certain directory which is not ~ but say: D:\Mijn documenten\My Dropbox. What is the quickest way to 'find' a file in that directory within a new Emacs session? Using bookmarks?
| |||
|
feedback
|
|
I typically switch to another buffer editing a file in that common directory so that when I This works for new sessions because I have | |||
|
feedback
|
|
| |||
|
feedback
|
|
You can open any directory you choose in dired. (C-xd and directory name.) You can search for the filename in the dired buffer. If you simply want to change the current directory to be /something/else instead of ~, you can do M-x cd and change it to the directory you want. The next time you do C-x C-f to open a file, you will be in the different directory. | |||
|
feedback
|
|
Also take a look at Speedbar.
| |||
|
feedback
|