Skip to content

Commit

Permalink
Enable cider in clojure-ts-mode too
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Feb 12, 2024
1 parent 233eb63 commit f080949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/init-clojure-cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
(when (maybe-require-package 'cider)
(setq nrepl-popup-stacktraces nil)

(add-hook 'clojure-ts-mode-hook #'cider-mode)

(with-eval-after-load 'cider
(add-hook 'cider-repl-mode-hook 'subword-mode)
(add-hook 'cider-repl-mode-hook 'paredit-mode))
Expand Down

0 comments on commit f080949

Please sign in to comment.