From d4a9f180bc2ddce94457be8c0cd6d2801a015558 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Mon, 28 Nov 2022 22:50:06 +0100 Subject: modules: enable LSP for Clojure --- init.el | 4 ++-- 1 file 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 -- cgit 1.4.1