From e69abfcb1cc0dd59dfe7c055b0779a6622f8282d Mon Sep 17 00:00:00 2001 From: condy Date: Mon, 24 Jan 2022 10:25:19 +0800 Subject: [PATCH] dashboard: remove redundant bindings --- modes/dashboard/evil-collection-dashboard.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modes/dashboard/evil-collection-dashboard.el b/modes/dashboard/evil-collection-dashboard.el index 6569db7..1ca84d1 100644 --- a/modes/dashboard/evil-collection-dashboard.el +++ b/modes/dashboard/evil-collection-dashboard.el @@ -1,6 +1,6 @@ ;;; evil-collection-dashboard.el --- Evil bindings for Dashboard -*- lexical-binding: t; -*- -;; Copyright (C) 2020 Kisaragi Hiu +;; Copyright (C) 2020, 2022 Kisaragi Hiu ;; Author: Kisaragi Hiu ;; URL: https://github.com/emacs-evil/evil-collection @@ -69,7 +69,6 @@ ;; (kbd "RET") 'dashboard-return ;; Other commands - "gr" 'dashboard-refresh-buffer [tab] 'widget-forward [backtab] 'widget-backward [down-mouse-1] 'widget-button-click)