页面

2010-02-11

Use the Third Part elisp Package

Put some .el file to womewhere like `~/.elisp', and add .emacs with expressions like the following two lines:
(add-to-list 'load-path "~/.elisp")
(require 'foo)

没有评论: