mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
11 lines
238 B
EmacsLisp
11 lines
238 B
EmacsLisp
;;; lang/perl/config.el -*- lexical-binding: t; -*-
|
|
|
|
;; There's also `perl-mode' for perl < 6, which is already set up.
|
|
|
|
(use-package! perl6-detect)
|
|
|
|
|
|
(use-package! flycheck-perl6
|
|
:when (featurep! :checkers syntax)
|
|
:after perl6-mode)
|