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

19 lines
427 B
EmacsLisp
Raw Normal View History

;;; config.el --- PHP Layer config File for Spacemacs
;;
2018-01-04 07:00:25 +00:00
;; Copyright (c) 2012-2018 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'.")