Add babashka.el

This commit is contained in:
David Morgan 2023-06-13 13:00:38 +01:00
parent 39a2012ec7
commit 2fbd48044f
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 0 deletions

View File

@ -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))