Fix references to :tools fly{spell,check}
This commit is contained in:
parent
920b511591
commit
12094788d7
48 changed files with 52 additions and 52 deletions
|
@ -6,5 +6,5 @@
|
|||
|
||||
|
||||
(use-package! flycheck-perl6
|
||||
:when (featurep! :tools flycheck)
|
||||
:when (featurep! :checkers syntax)
|
||||
:after perl6-mode)
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
|
||||
(package! perl6-mode)
|
||||
|
||||
(when (featurep! :tools flycheck)
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-perl6))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue