Support package-lint

This library exposes a function called `package-lint-current-buffer` that I
needed to call when attempting to publish `ivy-clipmenu` to MELPA.
This commit is contained in:
William Carroll 2020-01-16 19:19:30 +00:00
parent 3de091ba2b
commit 8c3cd62ae3

View file

@ -50,6 +50,9 @@
;; Emacs library that interfaces with my Linux password manager.
(use-package password-store)
;; Run `package-lint' before publishing to MELPA.
(use-package package-lint)
;; Parser combinators in Elisp.
(use-package parsec)