doomemacs/modules/lang/perl/packages.el

8 lines
144 B
EmacsLisp
Raw Normal View History

2017-07-06 14:59:34 +02:00
;; -*- no-byte-compile: t; -*-
;;; lang/perl/packages.el
(package! perl6-mode)
(when (featurep! :tools flycheck)
2017-07-06 14:59:34 +02:00
(package! flycheck-perl6))