Add silly and useless fretboard

This commit is contained in:
MitchMarq42 2023-03-08 09:24:35 -09:00
parent fe108b08da
commit 964c36424a

View File

@ -1278,5 +1278,9 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
:config (empv-embark-initialize-extra-actions) :config (empv-embark-initialize-extra-actions)
(add-to-list 'empv-mpv-args "--ytdl-format=best")) (add-to-list 'empv-mpv-args "--ytdl-format=best"))
(use-package fretboard
:elpaca (:host github :repo "vifon/fretboard.el")
:defer t)
(provide 'mitch-packages) (provide 'mitch-packages)
;;; mitch-packages.el ends here ;;; mitch-packages.el ends here