summaryrefslogtreecommitdiff
path: root/cider-client.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-client.el')
-rw-r--r--cider-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-client.el b/cider-client.el
index 038fba2f..1e09bae2 100644
--- a/cider-client.el
+++ b/cider-client.el
@@ -368,7 +368,7 @@ is nil, use `cider-load-file-handler'."
;;; Sync Requests
(defcustom cider-filtered-namespaces-regexps
- '("^cider.nrepl" "^refactor-nrepl" "^clojure.tools.nrepl")
+ '("^cider.nrepl" "^refactor-nrepl" "^clojure.tools.nrepl" "^nrepl")
"List of regexps used to filter out some vars/symbols/namespaces.
When nil, nothing is filtered out. Otherwise, all namespaces matching any
regexp from this list are dropped out of the \"ns-list\" op. Also,