diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-10 11:10:47 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-10 11:10:47 +0200 |
commit | 45f26cfdf2e9b226163f77ffd94a621981858e9b (patch) | |
tree | 9bad3f74e40a825a517ce09ffdbae1a1c4ce1b11 | |
parent | 8d5839f2a160915712e6561705ed17f6aee1f43f (diff) | |
download | dotfiles-45f26cfdf2e9b226163f77ffd94a621981858e9b.tar.gz dotfiles-45f26cfdf2e9b226163f77ffd94a621981858e9b.tar.bz2 dotfiles-45f26cfdf2e9b226163f77ffd94a621981858e9b.zip |
[DOOM] C++ language support
-rw-r--r-- | config/doom/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doom/init.el b/config/doom/init.el index cc1c880..b34e18b 100644 --- a/config/doom/init.el +++ b/config/doom/init.el @@ -115,7 +115,7 @@ :lang ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP - ;;cc ; C > C++ == 1 + (cc +lsp +tree-sitter) ; 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 |