我想要更改我的emacs源代码主题。他们在emacswiki中说我必须将.el文件添加到我的加载路径中的一个目录中,但是我的加载路径是什么?我该如何访问它呢?
发布于 2011-04-28 23:26:50
看看emacswiki上的加载路径页面:http://www.emacswiki.org/emacs/LoadPath
基本上,您需要像这样添加目录:
(add-to-list 'load-path "~/emacs-load-path")https://stackoverflow.com/questions/5820619
复制相似问题