Files
doomemacs/modules/lang/raku/packages.el
Henrik Lissner 448bc5cae2 refactor: use negated flags
Ref: 7a806521a92c
2024-10-20 02:41:50 -04:00

10 lines
308 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/raku/packages.el
(package! raku-mode :pin "14f9b9bba08c0bbb7f3895380d0b1a9feb7a168d")
(when (modulep! :checkers syntax -flymake)
(package! flycheck-raku
:recipe (:host github :repo "widefox/flycheck-raku")
:pin "b1acccd6e9d9753022571ee96d18b8e9f3227c65"))