Update cider-find-dwim bindings

This commit is contained in:
David Morgan 2022-10-21 16:06:28 +01:00
parent 96e4bdf6e3
commit 79d718e7dd
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@
("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))
("C-c C->" . cider-find-dwim)
("C-x 4 C->" . cider-find-dwim-other-window))
:hook
(cider-repl-mode . cider-repl-mode-hook-fn)
(cider-mode . eldoc-mode))