summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-03-05 09:30:41 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-03-05 09:30:41 +0200
commit400652e8b52f7ae67a4a760b9f865436fd009a51 (patch)
treeaa7255214dd36f0a91c5065f2f2f6640480babfa /cider-repl.el
parent5ffb2ea96b7a038087793a7e2a478d7a2f60b2cf (diff)
Remove some redundant REPL init code
Those variables are already set by `clojure-mode-variables'.
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 23c778a8..a63a7d08 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1370,8 +1370,6 @@ constructs."
\\{cider-repl-mode-map}"
(clojure-mode-variables)
- (setq-local lisp-indent-function #'clojure-indent-function)
- (setq-local indent-line-function #'lisp-indent-line)
(clojure-font-lock-setup)
(font-lock-add-keywords nil cider--static-font-lock-keywords)
(setq-local font-lock-fontify-region-function