diff options
Diffstat (limited to '.doom.d/init.el')
-rw-r--r-- | .doom.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el index d454f6d..b6d1d0a 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -113,7 +113,7 @@ :lang ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP - cc ; C > C++ == 1 + ;cc ; 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 @@ -132,7 +132,7 @@ ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;gdscript ; the language you waited for - ;;(go +lsp) ; the hipster dialect + (go +lsp) ; the hipster dialect (haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; a language you can depend on |