17 lines
538 B
EmacsLisp
17 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")
|