 | | From: | Abelazo | | Subject: | C-x C-f path | | Date: | Fri, 14 Jan 2005 13:03:59 +0100 |
|
|
 | hello group,
When I open a file in emacs the default path is allways ~/
How can I change this path for ~/workdir/ in the .emacs file?
Thanks
ABEL
|
|
 | | From: | Marc Girod | | Subject: | Re: C-x C-f path | | Date: | Fri, 14 Jan 2005 12:34:24 GMT |
|
|
 | >>>>> "Abel" == Abelazo writes:
Abel> How can I change this path for ~/workdir/ in the .emacs file?
(setq default-directory "~/workdir/")
-- Marc Girod P.O. Box 323 Voice: +358-71 80 25581 Nokia BI 00045 NOKIA Group Mobile: +358-50 38 78415 Valimo 21 / B616 Finland Fax: +358-71 80 64474
|
|