Update cider bindings

This commit is contained in:
David Morgan 2022-10-05 20:21:55 +01:00
parent 50d75c598c
commit 0b8f3a2240
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 0 deletions

View File

@ -118,7 +118,10 @@
:bind
(:map cider-mode-map ("C-c M-l" . cider-load-file))
(:map clojure-mode-map
("C-c C-r C-m" . run-main)
("C-c M-j" . cider-jack-in-and-run-main)
("C-x p q" . project-clojure-test-switch)
("C-c C-M-c" . (lambda () (interactive) (cider-clear-compilation-highlights t)))
("C->" . cider-find-dwim-other-window))
:hook
(cider-repl-mode . cider-repl-mode-hook-fn)