File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ Add to this list to have CIDER recognize additional test defining macros."
188
188
; ; "run the test at point". But it's not as nice as rerunning all tests in
189
189
; ; this buffer.
190
190
(define-key map " g" #'cider-test-run-test )
191
- (define-key map " q" #'cider-popup-buffer-quit-function )
192
191
(easy-menu-define cider-test-report-mode-menu map
193
192
" Menu for CIDER's test result mode"
194
193
'(" Test-Report"
@@ -209,7 +208,7 @@ Add to this list to have CIDER recognize additional test defining macros."
209
208
[" Display expected/actual diff" cider-test-ediff]))
210
209
map))
211
210
212
- (define-derived-mode cider-test-report-mode fundamental -mode " Test Report"
211
+ (define-derived-mode cider-test-report-mode cider-popup-buffer -mode " Test Report"
213
212
" Major mode for presenting Clojure test results.
214
213
215
214
\\ {cider-test-report-mode-map}"
You can’t perform that action at this time.
0 commit comments