mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 04:20:24 +10:00
Moving to Doom Emacs!
This commit is contained in:
10
.emacs.d/modules/lang/perl/config.el
Normal file
10
.emacs.d/modules/lang/perl/config.el
Normal file
@@ -0,0 +1,10 @@
|
||||
;;; lang/perl/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; There's also `perl-mode' for perl < 6, which is already set up.
|
||||
|
||||
(use-package! perl6-detect)
|
||||
|
||||
|
||||
(use-package! flycheck-perl6
|
||||
:when (featurep! :tools flycheck)
|
||||
:after perl6-mode)
|
||||
Reference in New Issue
Block a user