doomemacs/modules/lang/perl/packages.el

10 lines
300 B
EmacsLisp
Raw Normal View History

2017-07-06 14:59:34 +02:00
;; -*- no-byte-compile: t; -*-
;;; lang/perl/packages.el
(package! raku-mode :pin "44529c097f98723067f852c6496d91257978c1e2")
2017-07-06 14:59:34 +02:00
(when (featurep! :checkers syntax)
(package! flycheck-raku
:recipe (:host github :repo "widefox/flycheck-raku")
:pin "046f35abe0c61967157e151126e4dd7ec5d1c004"))