Skip to content

Commit

Permalink
Revert "Add an example of ~/.lein/profiles.clj configuration (#45)"
Browse files Browse the repository at this point in the history
This reverts commit 77aa9b4.
  • Loading branch information
bbatsov committed May 25, 2020
1 parent 77aa9b4 commit 8c4900c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -15,7 +15,4 @@ pom.xml
.project
.settings

.idea/
drawbridge.iml

.externalToolBuilders
14 changes: 0 additions & 14 deletions README.adoc
Expand Up @@ -137,20 +137,6 @@ the working directory with the contents:
{:drawbridge {:http-headers {:Authorization "Bearer <JWT token>"}}}
----

=== Setup
For using a remote REPL you should add a drawbridge plugin to the `project.clj`
for local usage
[source,clojure]
---
{:plugins [[nrepl/drawbridge "0.2.1"]]}
---

or to the `~/.lein/profiles.clj` for system-wide setup.
[source,clojure]
---
{:user {:plugins [[nrepl/drawbridge "0.2.1"]]}}
---

== TODO

The biggest outstanding issues are around the semantics of how HTTP
Expand Down

0 comments on commit 8c4900c

Please sign in to comment.