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

18 lines
538 B
EmacsLisp
Raw Normal View History

;;; config.el --- fsharp Layer config File for Spacemacs
;;
2021-03-22 20:11:29 +00:00
;; Copyright (c) 2012-2021 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)
2020-11-09 21:21:30 +00:00
(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")