Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/redguardtoo/myelpa
- Owner: redguardtoo
- Created: 2014-03-12T03:07:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T06:53:52.000Z (over 2 years ago)
- Last Synced: 2024-11-30T20:14:55.172Z (2 months ago)
- Size: 44.1 MB
- Stars: 23
- Watchers: 7
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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]]