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:
parent
3de091ba2b
commit
8c3cd62ae3
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue