2017-07-06 14:59:34 +02:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/perl/packages.el
|
|
|
|
|
2020-05-02 22:11:58 -04:00
|
|
|
(package! raku-mode :pin "d474216840251dc0efe4f4aa4f5c5f66ac26fa74")
|
2017-07-06 14:59:34 +02:00
|
|
|
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2020-04-30 04:17:10 -04:00
|
|
|
(package! flycheck-raku
|
|
|
|
:recipe (:host github :repo "widefox/flycheck-raku")
|
|
|
|
:pin "046f35abe0c61967157e151126e4dd7ec5d1c004"))
|