mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Bump :lang perl
Raku/raku-mode@44529c0 -> Raku/raku-mode@d474216 Raku/raku-mode#33 was merged.
This commit is contained in:
@ -2,12 +2,11 @@
|
||||
|
||||
;; There's also `perl-mode' for perl < 6, which is already set up.
|
||||
|
||||
;; REVIEW Until Raku/raku-mode#33 is merged.
|
||||
|
||||
(use-package! raku-mode
|
||||
:interpreter "raku"
|
||||
:mode "\\.nqp\\'"
|
||||
:mode "\\.raku\\(mod\\|test\\)?"
|
||||
:init (defalias 'perl6-mode #'raku-mode)
|
||||
:defer t
|
||||
:init
|
||||
(defalias 'perl6-mode #'raku-mode)
|
||||
:config
|
||||
(set-repl-handler! 'raku-mode #'run-raku))
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/perl/packages.el
|
||||
|
||||
(package! raku-mode :pin "44529c097f98723067f852c6496d91257978c1e2")
|
||||
(package! raku-mode :pin "d474216840251dc0efe4f4aa4f5c5f66ac26fa74")
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-raku
|
||||
|
Reference in New Issue
Block a user