Skip to content

Commit

Permalink
feat(lisp): add support for Clojure (via cider)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 24, 2023
1 parent 2f95ff1 commit 7546f08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/me-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@
(use-package geiser-stklos
:straight t)

;; Clojure
(use-package clojure-mode
:straight t)

(use-package cider
:straight t)

;; Macro expansion
(use-package macrostep
:straight (macrostep :fork (:host github :repo "abougouffa/macrostep" :branch "fix_keymap"))
Expand Down

0 comments on commit 7546f08

Please sign in to comment.