Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Mac OS X 上使用 gnu emacs,但找不到 .emacs。
我创建了 ~\.emacs,但它不起作用。如何配置我的 emacs?
这些天推荐的做法是创建一个名为 的文件夹.emacs.d,然后将一个名为的文件init.el放在那里。Emacs 将在启动时加载此文件。
.emacs.d
init.el
cd mkdir .emacs.d cd .emacs.d touch init.el
这个.emacs.d文件夹是 Emacs 放置临时文件、包等的地方,你不想污染你的主文件夹。
如果您是 emacs 新手并且只想启动并运行,请考虑在 github 上下载现有 emacs 配置之一并对其进行调整: