about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-clojure.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-clojure.el')
-rw-r--r--.emacs.d/lisp/init-clojure.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-clojure.el b/.emacs.d/lisp/init-clojure.el
index aa61dad..6162709 100644
--- a/.emacs.d/lisp/init-clojure.el
+++ b/.emacs.d/lisp/init-clojure.el
@@ -54,7 +54,9 @@
   (unbind-key "C-c C-l" cider-mode-map)
   :bind
   (:map cider-mode-map ("C-c M-l" . cider-load-file))
-  (:map clojure-mode-map ("C-x p q" . project-clojure-test-switch))
+  (:map clojure-mode-map
+        ("C-x p q" . project-clojure-test-switch)
+        ("C->" . cider-find-dwim-other-window))
   :hook
   (cider-repl-mode . cider-repl-mode-hook-fn)
   (cider-mode . eldoc-mode))