0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

SpacemacsのClojure Layerで一旦LSPをやめる

Last updated at Posted at 2021-01-21

※公式で修正されたので不要になった :tada:

cf. https://github.com/syl20bnr/spacemacs/commit/4bf350148863a63ec1f961aad6cd248503026483


ひとまず

layers/+lang/clojure/funcs.el抜粋

  (defun spacemacs//clojure-backend ()
    "Return selected backend."
-   (if clojure-backend
+   (when clojure-backend
      clojure-backend
-     (cond
-      ((configuration-layer/layer-used-p 'lsp) 'lsp)
-      (t 'cider))
    ))

何の話題かはこれ見てどうぞ
https://note.com/v2okimochi/n/n0733089b5ee5

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?