diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-10 13:25:01 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-10 13:25:01 +0000 |
commit | 3ad53efaca04c66a82f89a00dc6dc8c81d0999ba (patch) | |
tree | 6091ef2b00e599106e1d341f445bd3ff80b2330f /doom.d/init.el | |
parent | 07ff9f8646f0be897622a235b7f5be21829248af (diff) |
doom config
Diffstat (limited to '')
-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 725b51c..4bd2196 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -58,7 +58,7 @@ fold ; (nigh) universal code folding (format +onsave) ; automated prettiness ;;god ; run Emacs commands without modifier keys - ;;lispy ; vim for lisp, for people who don't like vim + lispy ; vim for lisp, for people who don't like vim ;;multiple-cursors ; editing in many places at once ;;objed ; text object editing for the innocent ;;parinfer ; turn lisp into python, sort of @@ -116,7 +116,7 @@ ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP ;;(cc +lsp) ; 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 |