mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
8 lines
181 B
EmacsLisp
8 lines
181 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/perl/packages.el
|
|
|
|
(package! perl6-mode :pin "88de065795")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-perl6 :pin "b804702305"))
|