Skip to content

Commit 85efcae

Browse files
author
Bozhidar Batsov
committed
Fix REPL menu tracing entry
1 parent 0c56233 commit 85efcae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cider-repl.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,8 @@ constructs."
10251025
["Macroexpand" cider-macroexpand-1]
10261026
["Macroexpand all" cider-macroexpand-all]
10271027
["Refresh loaded code" cider-refresh]
1028-
["Toggle tracing" cider-toggle-trace]
1028+
["Toggle var tracing" cider-toggle-trace-var]
1029+
["Toggle ns tracing" cider-toggle-trace-ns]
10291030
"--"
10301031
["Set REPL ns" cider-repl-set-ns]
10311032
["Toggle pretty printing" cider-repl-toggle-pretty-printing]

0 commit comments

Comments
 (0)