File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
* [ #934 ] ( https://github.com/clojure-emacs/cider/issues/934 ) : Remove
16
16
` cider-turn-on-eldoc-mode ` in favor of simply using ` eldoc-mode ` .
17
+ * [ #953 ] ( https://github.com/clojure-emacs/cider/pull/953 ) Use ` sshx ` instead of ` ssh ` in ` cider-select-endpoint `
17
18
18
19
### Bugs fixed
19
20
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ Create REPL buffer and start an nREPL client connection."
207
207
(let* ((change-dir-p (file-remote-p default-directory))
208
208
(default-directory (if change-dir-p " ~/" default-directory)))
209
209
(cider-locate-running-nrepl-ports (unless change-dir-p default-directory)))
210
- (let ((vec (vector " ssh " nil host " " nil ))
210
+ (let ((vec (vector " sshx " nil host " " nil ))
211
211
; ; might connect to a different remote
212
212
(dir (when (file-remote-p default-directory)
213
213
(with-parsed-tramp-file-name default-directory cur
You can’t perform that action at this time.
0 commit comments