From 665b6326fe7d56db9e30b8cfbe62d7d63440b578 Mon Sep 17 00:00:00 2001 From: condy Date: Sat, 18 Sep 2021 07:07:07 +0800 Subject: [PATCH] Emacs 25 cleanup --- evil-collection.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/evil-collection.el b/evil-collection.el index 1a20785..26d1be3 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -68,7 +68,7 @@ See https://github.com/emacs-evil/evil-collection/issues/60 for more details.") (require 'evil-integration)) (defgroup evil-collection nil - "A set of keybindings for Evil mode" + "A set of keybindings for Evil mode." :group 'evil) (defcustom evil-collection-setup-minibuffer nil @@ -210,8 +210,7 @@ This will bind additional find-* type commands, e.g. usages, assignments, etc.." newsticker notmuch nov - ;; occur is in replace.el which was built-in before Emacs 26. - (occur ,(if (<= emacs-major-version 25) "replace" 'replace)) + (occur replace) omnisharp org-present zmusic