help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing default starting directory


From: Jesper Harder
Subject: Re: Changing default starting directory
Date: Sat, 11 Jan 2003 17:41:05 +0100
User-agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.3.50 (i686-pc-linux-gnu)

Charles Muller <acmuller@gol.com> writes:

> When I start up my Emacs (21.2 on Redhat 8) my startup directory in
> *scratch* is by default
>
> /home/chuck
>
> I want to change this to 
>
> /mnt/win_d/docs
>
> And so I added the following to my .emacs file:
>
>  '(default-directory "/mnt/win_d/docs")
>
> This does not do the trick.

Put 
    (cd "/mnt/win_d/docs")

in your .emacs instead.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]