mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10:00
11 lines
237 B
EmacsLisp
11 lines
237 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! :tools flycheck)
|
|
:after perl6-mode)
|