What's el-get
The tool to install or configure elisp packages.
How to install
Using github is general way. Run the blow.
cd ~/.emacs.d
git clone https://github.com/dimitri/el-get.git
After install el-get was done, specify using el-get and directories to install elisp packages
Add the below to ~/.emacs.d/init.el or ~/.emacs.d/init
;; el-get
(add-to-list 'load-path (locate-user-emacs-file "el-get"))
(require 'el-get)
;; packages downloaded by el-get into ~/.emacs.d/elisp
(setq el-get-dir (locate-user-emacs-file "elisp"))
No comments:
Post a Comment