branch: main commit 48cf3730e6d910e1a365339888cce50ca4f3222a Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
elpa-packages (flymake): Add manual --- elpa-packages | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index c878666860..1c688844a9 100644 --- a/elpa-packages +++ b/elpa-packages @@ -362,7 +362,11 @@ (filladapt :url nil) (firefox-javascript-repl :url "https://git.sr.ht/~fitzsim/firefox-javascript-repl") (flylisp :url nil) - (flymake :core "lisp/progmodes/flymake.el") + (flymake :core ("lisp/progmodes/flymake.el" + "doc/emacs/doclicense.texi" + "doc/emacs/docstyle.texi" + "doc/misc/flymake.texi") + :doc "flymake.texi") (flymake-clippy :url "https://github.com/mak-kirkland/flymake-clippy") (flymake-codespell :url "https://github.com/skangas/flymake-codespell" :readme "README.org")