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.
|
;; Emacs library that interfaces with my Linux password manager.
|
||||||
(use-package password-store)
|
(use-package password-store)
|
||||||
|
|
||||||
|
;; Run `package-lint' before publishing to MELPA.
|
||||||
|
(use-package package-lint)
|
||||||
|
|
||||||
;; Parser combinators in Elisp.
|
;; Parser combinators in Elisp.
|
||||||
(use-package parsec)
|
(use-package parsec)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue