From 9047f807de8008190f218a4e93899e9c06a1625a Mon Sep 17 00:00:00 2001 From: Mumulhl Date: Tue, 14 Feb 2023 22:16:38 +0800 Subject: [PATCH] style(color-rg): update --- modes/color-rg/evil-collection-color-rg.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modes/color-rg/evil-collection-color-rg.el b/modes/color-rg/evil-collection-color-rg.el index a248d64..4042b84 100644 --- a/modes/color-rg/evil-collection-color-rg.el +++ b/modes/color-rg/evil-collection-color-rg.el @@ -1,9 +1,9 @@ ;;; evil-collection-color-rg.el --- Bindings for color-rg -*- lexical-binding: t -*- -;; Copyright (C) 2022 James Nguyen +;; Copyright (C) 2023 Mumulhl -;; Author: James Nguyen -;; Maintainer: James Nguyen +;; Author: Mumulhl +;; Maintainer: Mumulhl ;; URL: https://github.com/emacs-evil/evil-collection ;; Version: 0.0.1 ;; Package-Requires: ((emacs "26.3")) @@ -65,7 +65,7 @@ "r" 'color-rg-replace-all-matches "s" 'color-rg-rerun-change-dir "u" 'color-rg-unfilter - "x" 'color-rg-filter-match-files - )) + "x" 'color-rg-filter-match-files)) + (provide 'evil-collection-color-rg) ;;; evil-collection-color-rg.el ends here