File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ command line with `planck -n 5555`.
84
84
Use ` C-u C-c C-z ` to start a REPL with a different command/cons pair than
85
85
the default specified in ` inf-clojure-program ` .
86
86
87
- You can use ` M-x inf-clojure-connect ` to connect to a running socket-repl.
88
- You will be prompted for host and port.
87
+ You can use ` M-x inf-clojure-connect ` ( ` C-c M-c ` ) to connect to a running
88
+ socket-repl. You will be prompted for host and port.
89
89
90
90
You can set custom values to ` inf-clojure ` variables on a per-project basis using [ directory
91
91
variables] ( https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html ) .
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword
140
140
(define-key map " \C -c\C -s" #'inf-clojure-show-var-source )
141
141
(define-key map " \C -c\M -n" #'inf-clojure-set-ns )
142
142
(define-key map " \C -c\C -q" #'inf-clojure-quit )
143
+ (define-key map " \C -c\M -c" #'inf-clojure-connect )
143
144
(easy-menu-define inf-clojure-minor-mode-menu map
144
145
" Inferior Clojure Minor Mode Menu"
145
146
'(" Inf-Clojure"
You can’t perform that action at this time.
0 commit comments