tweak(:lang,:tools): start eglot/lsp-mode later

To ensure lsp/eglot settings have precedence over local servers (e.g.
cider and lookup handlers).

Ref: clojure-emacs/cider#3170
This commit is contained in:
Henrik Lissner 2022-03-24 02:19:52 +01:00
parent dcae7187b4
commit d58d084774
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
30 changed files with 34 additions and 33 deletions

View file

@ -33,7 +33,7 @@
:post-handlers '(("| " "SPC")))
(when (featurep! +lsp)
(add-hook 'csharp-mode-local-vars-hook #'lsp!))
(add-hook 'csharp-mode-local-vars-hook #'lsp! 'append))
(defadvice! +csharp-disable-clear-string-fences-a (fn &rest args)
"This turns off `c-clear-string-fences' for `csharp-mode'. When