Add cheat.sh package. It already exists, turns out...

This commit is contained in:
MitchMarq42 2022-11-15 15:17:56 -09:00
parent c8688a124f
commit 2ea7923b20

View File

@ -869,6 +869,9 @@ See https://emacs.stackexchange.com/questions/2538/how-to-define-additional-mode
:custom (youtube-sub-extractor-timestamps 'left-margin) :custom (youtube-sub-extractor-timestamps 'left-margin)
:commands youtube-sub-extractor-extract-subs) :commands youtube-sub-extractor-extract-subs)
(use-package cheat-sh
:straight (:type git :host github :repo "davep/cheat-sh.el")
:commands cheat-sh)
(provide 'mitch-packages) (provide 'mitch-packages)
;;; mitch-packages.el ends here ;;; mitch-packages.el ends here