我想更改我的emacs
源代码主题。他们在emacswiki中说,我必须在加载路径的目录中添加.el文件,但是加载路径是什么?以及我如何访问它?
最佳答案
查看emacswiki上的“加载路径”页面:http://www.emacswiki.org/emacs/LoadPath
基本上,您想像这样添加目录:
(add-to-list 'load-path "~/emacs-load-path")
我想更改我的emacs
源代码主题。他们在emacswiki中说,我必须在加载路径的目录中添加.el文件,但是加载路径是什么?以及我如何访问它?
最佳答案
查看emacswiki上的“加载路径”页面:http://www.emacswiki.org/emacs/LoadPath
基本上,您想像这样添加目录:
(add-to-list 'load-path "~/emacs-load-path")