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 b6e9448 commit fd95507Copy full SHA for fd95507
cider-cheatsheet.el
@@ -551,10 +551,7 @@ This list is supposed to have the following format:
551
"Expand the symbols in VAR-LIST to fully-qualified var names.
552
553
The list can hold one or more lists inside - one per each namespace."
554
- (let ((namespaced-vars (seq-mapcat #'cider-cheatsheet--expand-vars
555
- (seq-remove (lambda (list)
556
- (eq (car list) :url))
557
- var-list))))
+ (let ((namespaced-vars (seq-mapcat #'cider-cheatsheet--expand-vars var-list)))
558
(cider-doc-lookup (completing-read "Select var: " namespaced-vars))))
559
560
;;;###autoload
0 commit comments