about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-clojure.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-clojure.el b/.emacs.d/lisp/init-clojure.el
index 8dd1bf1..941fe0c 100644
--- a/.emacs.d/lisp/init-clojure.el
+++ b/.emacs.d/lisp/init-clojure.el
@@ -172,6 +172,9 @@
   (cider-repl-mode . cider-repl-mode-hook-fn)
   (cider-mode . cider-mode-hook-fn))
 
+(use-package babashka
+  :elpaca (:type git :host github :repo "licht1stein/babashka.el"))
+
 (use-package jet
   :bind ("C-c j " . jet))