简体   繁体   中英

What is “emacs load-path”?

I want to change my emacs source code theme. They say in emacswiki that I have to add the.el file in a directory in my load-path, but what is my load-path? And how do I access it?

Take a look at the Load Path page on emacswiki: http://www.emacswiki.org/emacs/LoadPath

Basically, you want to add the directory like so:

(add-to-list 'load-path "~/emacs-load-path")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM