Skip to content

Commit

Permalink
Dashboard: fix function arguments for advice
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericgiquel authored and jojojames committed Dec 8, 2024
1 parent 1a7e9cf commit 64590b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/dashboard/evil-collection-dashboard.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

(defconst evil-collection-dashboard-maps '(dashboard-mode-map))

(defun evil-collection-dashboard-setup-jump-commands ()
(defun evil-collection-dashboard-setup-jump-commands (&rest _)
"Set up bindings for jump commands in Dashboard."
(evil-collection-define-key 'normal 'dashboard-mode-map
"r" (symbol-function (lookup-key dashboard-mode-map "r")) ; recents
Expand Down

0 comments on commit 64590b1

Please sign in to comment.