branch: main commit 101ae0a28c649dc95898117e0ff571c4c5922d20 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* elpa-packages (consult-flycheck): New package --- elpa-packages | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/elpa-packages b/elpa-packages index 6c772afac3..d8c06b9ecc 100644 --- a/elpa-packages +++ b/elpa-packages @@ -103,6 +103,8 @@ (coffee-mode :url "https://github.com/defunkt/coffee-mode") + (consult-flycheck :url "https://github.com/minad/consult-flycheck") + (corfu-terminal :url "https://codeberg.org/akib/emacs-corfu-terminal") (crux :url "https://github.com/bbatsov/crux" @@ -134,6 +136,8 @@ (diff-ansi :url "https://codeberg.org/ideasman42/emacs-diff-ansi" :ignored-files ("LICENSE")) + ;; (dirvish :url "https://github.com/alexluigit/dirvish") + (doc-show-inline :url "https://codeberg.org/ideasman42/emacs-doc-show-inline" :news "changelog.rst") @@ -243,6 +247,11 @@ (flycheck :url "https://github.com/flycheck/flycheck" :ignored-files (".github" "maint" "test" "Makefile" "doc")) + ;; (flymake-collection :url "https://github.com/mohkale/flymake-collection" + ;; ;; :shell-command "emacs --batch -l package --eval '(package-generate-autoloads `flymake-collection-checkers \"src/checkers/\")'" + ;; :make "checkers-autoloads" + ;; :lisp-dir "src") + (flymake-guile :url "https://framagit.org/flymake-backends/flymake-guile.git") (flymake-kondor :url "https://github.com/turbo-cafe/flymake-kondor"