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/config.el
2021-03-25 22:59:32 -04:00

23 lines
690 B
EmacsLisp

;;; config.el --- Perl5 Layer config File for Spacemacs
;;
;; Copyright (c) 2012-2021 Sylvain Benner & Contributors
;;
;; Author: Troy Hinckley <troyhinckley@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(spacemacs|define-jump-handlers cperl-mode)
(defvar perl5-perltidy-executable "perltidy"
"Location of perltidy executable.")
(defvar perl5-perltidy-options '()
"Command line options to pass to perltidy")
(defvar perl5-backend nil
"The backend to use for IDE features.
Possible values are `lsp' and `company-plsense'.
If `nil' then 'company-plsense` is the default backend unless `lsp' layer is used")