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
15
modules/lang/raku/config.el
Normal file
15
modules/lang/raku/config.el
Normal file
|
@ -0,0 +1,15 @@
|
|||
;;; lang/raku/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
|
||||
|
||||
(use-package! raku-mode
|
||||
:defer t
|
||||
:init
|
||||
(defalias 'perl6-mode #'raku-mode)
|
||||
:config
|
||||
(set-repl-handler! 'raku-mode #'run-raku))
|
||||
|
||||
|
||||
(use-package! flycheck-raku
|
||||
:when (featurep! :checkers syntax)
|
||||
:after raku-mode)
|
Loading…
Add table
Add a link
Reference in a new issue