summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-08-19 16:36:02 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-08-19 16:36:32 +0300
commitc654e7796abf2437ab0b9810b0c9fbd106311a8d (patch)
tree54d0d9999ea4fb109470269577a9383dd9c5e513 /cider-repl.el
parent8194945ecb5ee9dffac18039a8d0b5848f20fc71 (diff)
[Fix #671] Remove problematic :init-ns related code
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 05a273d4..7073a030 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -205,8 +205,6 @@ Insert a banner, unless NOPROMPT is non-nil."
(unless (eq major-mode 'cider-repl-mode)
(cider-repl-mode))
(cider-repl-reset-markers)
- ;; honor :init-ns from lein's :repl-options on startup
- (setq nrepl-buffer-ns (cider-eval-and-get-value "(str *ns*)"))
(unless noprompt
(cider-repl--insert-banner-and-prompt nrepl-buffer-ns))
(cider-remember-clojure-buffer cider-current-clojure-buffer)