Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redguardtoo/myelpa

Mirror of Emacs packages I'm using
https://github.com/redguardtoo/myelpa

Last synced: 4 days ago
JSON representation

Mirror of Emacs packages I'm using

Awesome Lists containing this project

README

        

* myelpa
Emacs package repository backup used by [[https://github.com/redguardtoo/emacs.d]]
* Usage
You can use this repository either as remote repository or local repository.
** Used as remote repository
Add below code into =.emacs= and restart Emacs,
#+begin_src elisp
(add-to-list 'package-archives
("myelpa" . "https://raw.githubusercontent.com/redguardtoo/myelpa/master/" ))
#+end_src
** Used as local repository
Step 1, run below command in shell,
#+begin_src bash
git clone https://github.com/redguardtoo/myelpa.git /what-ever-directory-you-like/myelpa
#+end_src
Step 2, Add below code into =.emacs= and restart Emacs,
#+begin_src elisp
(add-to-list 'package-archives
("myelpa" . "/what-ever-directory-you-like/myelpa/" ))
#+end_src
* Old Emacs
- Emacs 24.3, [[https://codeload.github.com/redguardtoo/myelpa/zip/emacs24.3]]
- Emacs 24.4, [[https://codeload.github.com/redguardtoo/myelpa/zip/emacs24.4]]