You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -490,7 +491,7 @@ variable to nil to disable the mode line entirely.")
490
491
491
492
(custom-autoload'cider-mode-line"cider-mode"t)
492
493
493
-
(eval-after-load'clojure-mode'(easy-menu-define cider-clojure-mode-menu-open clojure-mode-map "Menu for Clojure mode.\n This is displayed in `clojure-mode' buffers, if `cider-mode' is not active." `("CIDER":visible (not cider-mode) ["Start a Clojure REPL" cider-jack-in :help"Starts an nREPL server (with Leiningen, Boot, or Gradle) and connects a REPL to it."] ["Connect to a Clojure REPL" cider-connect :help"Connects to a REPL that's already running."] ["Connect to a ClojureScript REPL" cider-connect-clojurescript:help"Connects to a ClojureScript REPL that's already running."] ["Start a Clojure REPL, and a ClojureScript REPL" cider-jack-in-cljs :help"Starts an nREPL server, connects a Clojure REPL to it, and then a ClojureScript REPL."] "--" ["View manual online" cider-view-manual])))
494
+
(with-eval-after-load'clojure-mode (easy-menu-define cider-clojure-mode-menu-open clojure-mode-map "Menu for Clojure mode.\n This is displayed in `clojure-mode' buffers, if `cider-mode' is not active." `("CIDER":visible (not cider-mode) ["Start a Clojure REPL" cider-jack-in-clj:help"Starts an nREPL server and connects a Clojure REPL to it."] ["Connect to a Clojure REPL" cider-connect-clj:help"Connects to a REPL that's already running."] ["Start a ClojureScript REPL" cider-jack-in-cljs :help"Starts an nREPL server and connects a ClojureScript REPL to it."] ["Connect to a ClojureScript REPL" cider-connect-cljs:help"Connects to a ClojureScript REPL that's already running."] ["Start a Clojure REPL, and a ClojureScript REPL" cider-jack-in-clj&cljs :help"Starts an nREPL server, connects a Clojure REPL to it, and then a ClojureScript REPL."] "--" ["View manual online" cider-view-manual])))
494
495
495
496
(autoload'cider-mode"cider-mode""\
496
497
Minor mode for REPL interaction from a Clojure buffer.
0 commit comments