mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-24 19:01:09 -08:00
7 lines
144 B
EmacsLisp
7 lines
144 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/perl/packages.el
|
|
|
|
(package! perl6-mode)
|
|
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-perl6))
|