summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-22 22:08:46 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-22 22:08:46 +0300
commit37365f10f42ffe493bfff93a0d9c129d60443b33 (patch)
treec30f7a9eb053e2cf040cba2fed6496d335d7e464 /cider-mode.el
parent6d4a5a81900387eb5ca67ae9b4e9787ae1ee7fe6 (diff)
[#2203] Extract the tracing functionality in its own source file
This also allows to simply auto-load the tracing commands when they are used for the first time.
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-mode.el b/cider-mode.el
index f0a88de3..45d9c518 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -379,6 +379,8 @@ If invoked with a prefix ARG eval the expression after inserting it."
(declare-function cider-macroexpand-1 "cider-macroexpansion")
(declare-function cider-macroexpand-all "cider-macroexpansion")
(declare-function cider-selector "cider-selector")
+(declare-function cider-toggle-trace-ns "cider-tracing")
+(declare-function cider-toggle-trace-var "cider-tracing")
(defconst cider-mode-map
(let ((map (make-sparse-keymap)))
(define-key map (kbd "C-c C-d") 'cider-doc-map)