Skip to content

Commit 16816ca

Browse files
committed
Tweak the TRAMP sample project
1 parent cd5cbb3 commit 16816ca

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dev/tramp-sample-project/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ Now, from emacs you can `cider-connect` to localhost.
1515

1616
* `M-:`, `(dired "/sshx:root@localhost#8022:/usr/src/app")`
1717
* `M-x cider-connect` (choose `localhost`, `7888`)
18+
19+
NOTE: Do not visit `foo.clj` directly - do it from dired instead.

dev/tramp-sample-project/project.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
:dependencies [[org.clojure/clojure "1.11.1"]
33
[clj-http "3.12.3"]]
44
:source-paths ["src"]
5-
:plugins [[cider/cider-nrepl "0.39.0"]])
5+
:plugins [[cider/cider-nrepl "0.39.0"]
6+
[refactor-nrepl "3.9.0"]])

0 commit comments

Comments
 (0)