diff options
| -rw-r--r-- | modes/dashboard/evil-collection-dashboard.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/dashboard/evil-collection-dashboard.el b/modes/dashboard/evil-collection-dashboard.el index eff70e8..95258a2 100644 --- a/modes/dashboard/evil-collection-dashboard.el +++ b/modes/dashboard/evil-collection-dashboard.el @@ -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 |
