Skip to content

redguardtoo/myelpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mirror of Emacs packages I'm using

Resources

Stars

Watchers

Forks

Packages

No packages published