Skip to content

Commit

Permalink
core: remove unused variable (syl20bnr#15693)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunlin7 authored Aug 10, 2022
1 parent 4c027d0 commit 71e56d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/core-dotspacemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -1183,8 +1183,7 @@ error recovery."
"is one of \'all, \'any, \'current or nil")
(spacemacs//test-list
(lambda (x)
(let ((el (or (car-safe x) x))
(list-size (cdr-safe x)))
(let ((el (or (car-safe x) x)))
(member el '(recents recents-by-project bookmarks projects todos agenda))))
'dotspacemacs-startup-lists (concat "includes \'recents, 'recents-by-project, "
"\'bookmarks, \'todos, "
Expand Down

0 comments on commit 71e56d7

Please sign in to comment.