This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+lang/perl5/layers.el

15 lines
414 B
EmacsLisp
Raw Normal View History

2020-11-16 22:02:12 +00:00
;;; layers.el --- Perl5 Layer layers File for Spacemacs
;;
2021-03-22 20:11:29 +00:00
;; Copyright (c) 2012-2021 Sylvain Benner & Contributors
2020-11-16 22:02:12 +00:00
;;
;; Author: Maximilian Wolff <smile13241324@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(when (and (boundp 'perl5-backend)
(eq perl5-backend 'lsp))
(configuration-layer/declare-layer-dependencies '(lsp)))