我在Windows下用Emacs,Emacs默认的打开文件路径为它的bin目录:D:/emacs-22.1/bin

这样非常不方便,于是我在.emacs中加上这句就可以把Emacs的默认文件路径改为home目录了:

;;set the default file path
(setq default-directory “~/”)

另外,我习惯在Windown系统变量中把home设为Cygwin中该用户的根目录。