Alex Schroeder wrote:

Jan Guido Donath schrieb:
is it possible to pass find-file a default path?
i do have all my files in a certain directory, but find-file aka C-x C-f
always starts where the emacs bins are located.

Just start emacs from a different directory or with a different "working
directory".
Or set `default-directory' in your .emacs:

  (setq default-directory "/my/files/directory/")

`default-directory' will later change to the dir of the file you are editing.


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to