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
(nrepl-server/start-server:port port :address bind-address :handler custom-nrepl-handler)
46
46
```
47
47
@@ -92,7 +92,7 @@ Configuration settings are passed along with each msg, currently the recognized
92
92
;; but it also needs that `:ignore-paths` is correctly set, that all namespaces are valid,
93
93
;; that tools.analyzer is able to analyze all of them, etc
94
94
:ignore-errorstrue
95
-
95
+
96
96
;; When true `clean-ns` will remove unused symbols, otherwise just
97
97
;; sort etc
98
98
:prune-ns-formtrue
@@ -326,7 +326,7 @@ project. The reply looks like this:
326
326
The list of suggestions is sorted by frequency in decreasing order, so the first element is always the best suggestion.
327
327
328
328
This op accepts a `:suggest` option, defaultfalsey. If truthy, it will also include suggested aliases, following [Sierra's convention](https://stuartsierra.com/2015/05/10/clojure-namespace-aliases),
329
-
for existing files that haven't been aliased yet.
329
+
for existing files that haven't been aliased yet.
330
330
331
331
### find-used-publics
332
332
@@ -369,12 +369,12 @@ If you want to use `mranderson` while developing locally with the REPL, the sour
369
369
370
370
When you want to release locally to the following:
0 commit comments