summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-23 08:29:45 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-23 08:29:45 +0300
commitf8a9f5ec734e1e326763b98912a084b56f529160 (patch)
tree3c22ead1d4c72d2e84c19a96d9469611a8f5102d /cider-mode.el
parent7f5c1df1044077551cb4f534b43be94c061f441f (diff)
[#2203] Extract the refresh functionality in its own source file
This also allows to simply auto-load the cider-refresh command when it is used for the first time.
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 45d9c518..e29dec06 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -381,6 +381,7 @@ If invoked with a prefix ARG eval the expression after inserting it."
(declare-function cider-selector "cider-selector")
(declare-function cider-toggle-trace-ns "cider-tracing")
(declare-function cider-toggle-trace-var "cider-tracing")
+(declare-function cider-refresh "cider-refresh")
(defconst cider-mode-map
(let ((map (make-sparse-keymap)))
(define-key map (kbd "C-c C-d") 'cider-doc-map)