spacemacs/layers/+lang/fsharp/config.el
2020-11-09 23:12:04 +01:00

18 lines
538 B
EmacsLisp

;;; config.el --- fsharp Layer config File for Spacemacs
;;
;; Copyright (c) 2012-2020 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
(spacemacs|define-jump-handlers fsharp-mode fsharp-ac/gotodefn-at-point)
(defvar fsharp-backend nil
"The backend to use for IDE features.
Possible values are `lsp' and `eglot'.
If `nil' then 'eglot` is the default backend unless `lsp' layer is used")