mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Rename perl module to raku.
It doesn't actually contain any Perl config.
This commit is contained in:
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)
|
Reference in New Issue
Block a user