summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2022-11-28 22:50:06 +0100
committerLibravatar Terin Stock <terinjokes@gmail.com>2022-11-28 22:50:06 +0100
commitd4a9f180bc2ddce94457be8c0cd6d2801a015558 (patch)
treefa4370c55e7b94098aa52bef833d640c9f4ece12 /init.el
parentreplace Iosevka with Berkeley Mono (diff)
downloaddoom-emacs-d4a9f180bc2ddce94457be8c0cd6d2801a015558.tar.xz
modules: enable LSP for Clojure
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index e0c797d..dc9f436 100644
--- a/init.el
+++ b/init.el
@@ -90,7 +90,7 @@
;;docker
editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
- (eval +overlay) ; run code, run (also, repls)
+ ;(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
(lookup +dictionary); navigate your code and its documentation
(lsp +eglot) ; M-x vscode
@@ -114,7 +114,7 @@
;;agda ; types of types of types of types...
;;beancount ; mind the GAAP
(cc +lsp +tree-sitter) ; C > C++ == 1
- ;;clojure ; java with a lisp
+ (clojure +lsp) ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs
;;crystal ; ruby at the speed of c