summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-mode.el b/cider-mode.el
index ccdff55d..625db2e6 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -37,7 +37,7 @@
(require 'cider-eldoc)
(require 'cider-resolve)
(require 'cider-doc)
-(require 'cider-compat)
+(require 'subr-x)
(defcustom cider-mode-line-show-connection t
"If the mode-line lighter should detail the connection."