Remove lsp-enable-indentation assignment from cube definition

This commit is contained in:
Pouya Abbassi 2022-01-31 01:13:05 +03:30 committato da Gitea
parent d9a0cfbc63
commit 4eee6fef6b
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni

Vedi File

@ -56,8 +56,7 @@
(lambda ()
(when (not (boundp 'lsp))
(require 'lsp)
(lsp-deferred)
(defconst lsp-enable-indentation -1))))))))
(lsp-deferred))))))))
(provide 'cubes/clojure)
;;; clojure.el ends here