We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976ffdb commit 2dafa65Copy full SHA for 2dafa65
cider-browse-spec.el
@@ -50,7 +50,7 @@
50
(push cider-browse-spec-buffer cider-ancillary-buffers)
51
(push cider-browse-spec-example-buffer cider-ancillary-buffers)
52
53
-(defvar-local cider-browse-spec-navigation '()
+(defvar cider-browse-spec-navigation '()
54
"Keeps the cider spec browser navigation stack.
55
A list of strings which are specs or specs searches.
56
First of the list is the top of the stack.
0 commit comments