Remove lsp-enable-indentation assignment from cube definition

This commit is contained in:
Pouya Abbassi 2022-01-31 01:13:05 +03:30 committed by Gitea
parent d9a0cfbc63
commit 4eee6fef6b
1 changed files with 1 additions and 2 deletions

View File

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