Windows下修改默认Emacs的配置文件路径 Posted on 2016-06-06 Windows默认的路径如下:C:\Users\用户名\AppData\Roaming.emacs(如果没有该文件,可以用echo >.emacs产生一个) 可以修改其中的内容为:(load-file “D:/Soft/emacs-bin-w64-20150818-07ebe42/config/.emacs”) ;;这是我自己的路径地址