This blog moved to medium->https://medium.com/@cocoamaemae

Wednesday, March 15, 2017

How to install el-get

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

Front End Development Tools

TaskRunner Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc... e.g. ...