diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 3049c36..9a1b2c4 100644 --- a/init.el +++ b/init.el @@ -305,6 +305,10 @@ ;; use eldoc with elisp (add-hook 'emacs-lisp-mode-hook #'eldoc-mode) +;; CLOJURE +(straight-use-package 'clojure-mode) +(straight-use-package 'cider) + ;; JANET (straight-use-package 'janet-mode) |