myelpa
myelpa copied to clipboard
Mirror of Emacs packages I'm using
- 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]]