From 64590b1aad11f8aeb4a334ba3c62a97186e36338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Giquel?= Date: Sun, 8 Dec 2024 10:37:21 +0100 Subject: [PATCH] Dashboard: fix function arguments for advice --- modes/dashboard/evil-collection-dashboard.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/dashboard/evil-collection-dashboard.el b/modes/dashboard/evil-collection-dashboard.el index eff70e83..95258a2f 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