From 342ae5ca3f47bc78ac601b31f462e44be4df2e05 Mon Sep 17 00:00:00 2001 From: crazazy Date: Fri, 3 May 2024 10:29:17 +0000 Subject: Initial commit --- .gitmodules | 3 +++ README.org | 22 ++++++++++++++++++++++ vendor/package-build | 1 + 3 files changed, 26 insertions(+) create mode 100644 .gitmodules create mode 100644 README.org create mode 160000 vendor/package-build diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..40079e4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/package-build"] + path = vendor/package-build + url = https://github.com/melpa/package-build diff --git a/README.org b/README.org new file mode 100644 index 0000000..7cd1a9b --- /dev/null +++ b/README.org @@ -0,0 +1,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 diff --git a/vendor/package-build b/vendor/package-build new file mode 160000 index 0000000..d9ce37b --- /dev/null +++ b/vendor/package-build @@ -0,0 +1 @@ +Subproject commit d9ce37b82529827ce720ad3ccf4af887d19fcfb0 -- cgit 1.4.1-2-gfad0