Rename perl module to raku.
It doesn't actually contain any Perl config.
This commit is contained in:
parent
d93b789ef5
commit
35ec72d080
8 changed files with 18 additions and 21 deletions
9
modules/lang/raku/packages.el
Normal file
9
modules/lang/raku/packages.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/raku/packages.el
|
||||
|
||||
(package! raku-mode :pin "d474216840251dc0efe4f4aa4f5c5f66ac26fa74")
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-raku
|
||||
:recipe (:host github :repo "widefox/flycheck-raku")
|
||||
:pin "046f35abe0c61967157e151126e4dd7ec5d1c004"))
|
Loading…
Add table
Add a link
Reference in a new issue