Bump :checkers syntax

flycheck/flycheck@cd8e0a2 -> flycheck/flycheck@79c9245

Fixes #4264: flycheck-rebar3 moved into flycheck
This commit is contained in:
Henrik Lissner 2020-11-13 12:56:52 -05:00
parent 120530e353
commit 62c1e5b6c9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 1 additions and 9 deletions

View file

@ -9,12 +9,6 @@
(add-hook 'erlang-mode-local-vars-hook #'lsp!)))
(use-package! flycheck-rebar3
:when (featurep! :checkers syntax)
:after flycheck
:config (flycheck-rebar3-setup))
(use-package! company-erlang
:when (featurep! :completion company)
:unless (featurep! +lsp)