diff options
| author | Frédéric Giquel <frederic.giquel@laposte.net> | 2024-12-08 10:37:21 +0100 |
|---|---|---|
| committer | James <1227856+jojojames@users.noreply.github.com> | 2024-12-08 07:01:38 -0500 |
| commit | 64590b1aad11f8aeb4a334ba3c62a97186e36338 (patch) | |
| tree | fd4ec807524918f55c1a601141af617341c7d153 | |
| parent | 1a7e9cf8a6612aeae169e5818d23a6d1edd3c49d (diff) | |
Dashboard: fix function arguments for advice
| -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 |
