blob: 7cd1a9ba64dd5f8ef232dc79fdb2f26772c6725e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#+title: tilde.town internal elpa repository
#+author: crazazy
have you used emacs on ~town?
Have you thought to yourself "gee golly willikers I wish I could install packages on here"?
* Usage
Well don't worry, now you can install emacs packages from other townies, right in your emacs! All you have to do
is add the following code to your =init.el= file
#+begin_src emacs
(require 'package)
(add-to-list 'package-archives '("town" . "http://localhost:12345/~crazazy/elpa/"))
(package-initialize)
#+end_src
and then you can select emacs packages from the menu via =M-x list-packages=!
* About
This repository is mostly for the maintenance of packages. Townies can put their melpa recipes in ~crazazy/recipes and I'll try to update the elpa regularly
|