mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add lang/perl
This commit is contained in:
7
modules/lang/perl/packages.el
Normal file
7
modules/lang/perl/packages.el
Normal file
@ -0,0 +1,7 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/perl/packages.el
|
||||
|
||||
(package! perl6-mode)
|
||||
|
||||
(when (featurep! :feature syntax-checker)
|
||||
(package! flycheck-perl6))
|
Reference in New Issue
Block a user