Skip to content

addywaddy/emacs-bundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

bundle.el automates the installation of Emacs Lisp files from git repository.
bundle.el downloads elisp and adds the path to load-path.

Installation:

(0) bundle.el uses git, please install git first.
(1) bundle.el depends on kiwanami's emacs-deferred, please install emacs-deferred
(2) clone emacs-bundle repository somewhere "git clone git://github.com/kozo2/emacs-bundle"
(3) load bundle.el in emacs-bundle repository (load "~/emacs-bundle/bundle.el")

Usage:

(1) M-x bundle-install-git
(2) input elisp git repository url like:
    git://github.com/m2ym/auto-complete
(3) load installed elisp by bundle.el
    M-x load-library auto-complete
    or append following lines to ~/.emacs.d/init.el
    ;; ~/.emacs.d/init.el
    (require 'auto-complete)

About

emacs version of vundle.vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published