Add lang/perl

This commit is contained in:
Henrik Lissner 2017-07-06 14:59:34 +02:00
parent b135c1a5f3
commit f0384a5fd4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; lang/perl/packages.el
(package! perl6-mode)
(when (featurep! :feature syntax-checker)
(package! flycheck-perl6))