spacemacs/layers/+lang/php/config.el

20 lines
428 B
EmacsLisp
Raw Normal View History

;;; config.el --- PHP Layer config File for Spacemacs
;;
2020-09-16 21:34:40 +00:00
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
;;
;; Author: Kosta Harlan <kosta@kostaharlan.net>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; variables
2017-05-26 08:40:06 +00:00
(spacemacs|define-jump-handlers php-mode)
2019-01-02 21:34:56 +00:00
(defvar php-backend 'nil
"The backend to use for IDE features.
Possible values are `lsp'.")