Projects
This is a package archive of all packages authored or forked by me, Amy Grinn.
1. Setup
Add this archive to your package archive list
Add the following lines to your init file and evaluate them.
(require 'package) (add-to-list 'package-archives '("amy" . "https://packages.amygrinn.com/"))
Refresh package list
Use the command
M-x package-refresh-contents
after updating the archives to download a listing of packages in the archives.Install packages
Install packages as you would any other package: via
use-package
statements,M-x list-packages
, or any other way.