diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-07-10 16:10:33 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-07-10 16:10:33 -0400 |
commit | 05624ed9994ba1de0bb7117e3dc366ba513a82e2 (patch) | |
tree | d49c2429b44f620dc3cfc56c9ee40d709cad33b3 | |
parent | 965041d7e8aea95af5cde820a67bf1334d246054 (diff) |
clojure
-rw-r--r-- | emacs/.doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index 643e036..46c6dd7 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -108,7 +108,7 @@ :lang ;;agda ; types of types of types of types... cc ; C/C++/Obj-C madness - ;;clojure ; java with a lisp + clojure ; 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 |