diff options
-rw-r--r-- | config.el | 2 | ||||
-rw-r--r-- | init.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -80,4 +80,4 @@ (load! "lang/go") (load! "app/osm") - +(set-eglot-client! 'c-mode '("clangd" "-j=3" "--clang-tidy")) @@ -112,7 +112,7 @@ :lang ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP - ;;cc ; C > C++ == 1 + (cc +lsp) ; C > C++ == 1 ;;clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs |