Projects

This is a package archive of all packages authored or forked by me, Amy Pillow.

Codeberg repository | Website

1. Setup

  1. 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/"))
    
  2. Refresh package list

    Use the command M-x package-refresh-contents after updating the archives to download a listing of packages in the archives.

  3. Install packages

    Install packages as you would any other package: via use-package statements, M-x list-packages, or any other way.

2. Packages