We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a68cce commit 0c99b07Copy full SHA for 0c99b07
cider-mode.el
@@ -330,8 +330,8 @@ If invoked with a prefix ARG eval the expression after inserting it."
330
:active (seq-remove #'null cider-ancillary-buffers)]
331
("nREPL" :active (cider-connected-p)
332
["Describe nrepl session" cider-describe-nrepl-session]
333
- ["Toggle message logging" nrepl-toggle-message-logging])
334
- "Menu for CIDER mode."))
+ ["Toggle message logging" nrepl-toggle-message-logging]))
+ "Menu for CIDER mode.")
335
336
(defconst cider-mode-eval-menu
337
'("CIDER Eval" :visible (cider-connected-p)
0 commit comments