Skip to content

Commit fd95507

Browse files
katomusobbatsov
authored andcommitted
Remove useless bit of code from cheatsheet
1 parent b6e9448 commit fd95507

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cider-cheatsheet.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -551,10 +551,7 @@ This list is supposed to have the following format:
551551
"Expand the symbols in VAR-LIST to fully-qualified var names.
552552
553553
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))))
554+
(let ((namespaced-vars (seq-mapcat #'cider-cheatsheet--expand-vars var-list)))
558555
(cider-doc-lookup (completing-read "Select var: " namespaced-vars))))
559556

560557
;;;###autoload

0 commit comments

Comments
 (0)