Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 936 Bytes

README.org

File metadata and controls

23 lines (23 loc) · 936 Bytes

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,

(add-to-list 'package-archives
             ("myelpa" . "https://raw.githubusercontent.com/redguardtoo/myelpa/master/" ))

Used as local repository

Step 1, run below command in shell,

git clone https://github.com/redguardtoo/myelpa.git /what-ever-directory-you-like/myelpa

Step 2, Add below code into .emacs and restart Emacs,

(add-to-list 'package-archives
             ("myelpa" . "/what-ever-directory-you-like/myelpa/" ))

Old Emacs