summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-27 09:57:10 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-27 09:57:10 +0300
commitb8ce6f736ea41bdf3f828a1e6138dfa2ebb5726b (patch)
treed88de769a5bb64c89ec8dfabfce112ee03cdb945 /cider-mode.el
parentb7f363ce1a3c320a53f260048bd1547fe6aebd40 (diff)
Move cider-expected-ns to cider-common.el
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-mode.el b/cider-mode.el
index 8ead245d..d44afee9 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -38,6 +38,7 @@
(require 'cider-resolve)
(require 'cider-doc)
(require 'cider-compat)
+(require 'cider-common)
(defcustom cider-mode-line-show-connection t
"If the mode-line lighter should detail the connection."