Add jet.el

This commit is contained in:
David Morgan 2023-06-01 10:34:47 +01:00
parent a757ec915e
commit 3a262df924
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 0 deletions

View File

@ -169,5 +169,8 @@
(cider-repl-mode . cider-repl-mode-hook-fn)
(cider-mode . cider-mode-hook-fn))
(use-package jet
:bind ("C-c j " . jet))
(provide 'init-clojure)
;;; init-clojure.el ends here