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 719f2ca..56c3a02 100644
--- a/.emacs.d/lisp/init-clojure.el
+++ b/.emacs.d/lisp/init-clojure.el
@@ -44,7 +44,9 @@
         nrepl-log-messages t
         clojure-toplevel-inside-comment-form t)
   (unbind-key "C-c C-l" cider-mode-map)
-  :bind (:map cider-mode-map ("C-c M-l" . cider-load-file))
+  :bind
+  (:map cider-mode-map ("C-c M-l" . cider-load-file))
+  (:map clojure-mode-map ("C-x p q" . project-clojure-test-switch))
   :hook
   (cider-repl-mode . (lambda ()
                        (display-line-numbers-mode -1)
e9e4b4ff ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21