ac30247811
* Added a new function to each language to select the backend * Use these new functions in all `pcase`.
18 lines
457 B
EmacsLisp
18 lines
457 B
EmacsLisp
;;; config.el --- Shell Scripts Layer Configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
;; variables
|
|
|
|
(spacemacs|define-jump-handlers sh-mode)
|
|
|
|
(defvar shell-scripts-backend nil
|
|
"The backend to use for IDE features.
|
|
Possible values are `lsp'.")
|