From 964c36424ae4030cfeb9d8537fa67a280c7c4277 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Wed, 8 Mar 2023 09:24:35 -0900 Subject: [PATCH] Add silly and useless fretboard --- lisp/mitch-packages.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 39a7ad4..7483858 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -1278,5 +1278,9 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html" :config (empv-embark-initialize-extra-actions) (add-to-list 'empv-mpv-args "--ytdl-format=best")) +(use-package fretboard + :elpaca (:host github :repo "vifon/fretboard.el") + :defer t) + (provide 'mitch-packages) ;;; mitch-packages.el ends here