From bac58a847c95ed64809ec0ded3ab8e75b70614a1 Mon Sep 17 00:00:00 2001 From: Hanshen Wang <19878148+HanshenWang@users.noreply.github.com> Date: Fri, 22 Oct 2021 17:16:51 -0400 Subject: [PATCH] Fix: gitignore-mode has been removed from MELPA. gitattributes-mode gitconfig-mode gitignore-mode have been combined into 'git-modes' in commit https://github.com/melpa/melpa/commit/cc3a0ce6c8a4a67b8a8d4b8b2c090694535e6848. Additional context: https://github.com/syl20bnr/spacemacs/pull/15117 --- helm-gitignore.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-gitignore.el b/helm-gitignore.el index 2cc5f46..0e0bc17 100644 --- a/helm-gitignore.el +++ b/helm-gitignore.el @@ -4,7 +4,7 @@ ;; Version: 0.2.0 ;; Keywords: helm gitignore gitignore.io ;; Homepage: https://github.com/jupl/helm-gitignore -;; Package-Requires: ((gitignore-mode "1.1.0") (helm "1.7.0") (request "0.1.0") (cl-lib "0.5")) +;; Package-Requires: ((git-modes "1.4.0") (helm "1.7.0") (request "0.1.0") (cl-lib "0.5")) ;;; Commentary: ;;