Just install, don't package

This commit is contained in:
JenChieh 2024-04-08 17:28:02 -07:00 committed by Youmu
parent 013e744dab
commit 540c271bcd
2 changed files with 5 additions and 6 deletions

View File

@ -5,8 +5,6 @@ compile:
install: install:
$(EASK) install-deps --dev $(EASK) install-deps --dev
$(EASK) package
$(EASK) install
lint: lint:
$(EASK) lint package $(EASK) lint package

View File

@ -200,7 +200,8 @@ Move `magit-diff-default-context' to \"~\"."
(evil-set-initial-state mode evil-default-state))) (evil-set-initial-state mode evil-default-state)))
(defun evil-collection-magit-revert-initial-states () (defun evil-collection-magit-revert-initial-states ()
"Revert the initial state for modes to their values before evil-collection-magit was loaded." "Revert the initial state for modes to their values before
evil-collection-magit was loaded."
(dolist (mode (append evil-collection-magit-emacs-to-evil-collection-magit-state-modes (dolist (mode (append evil-collection-magit-emacs-to-evil-collection-magit-state-modes
evil-collection-magit-emacs-to-default-state-modes)) evil-collection-magit-emacs-to-default-state-modes))
(evil-set-initial-state mode 'emacs)) (evil-set-initial-state mode 'emacs))
@ -635,9 +636,9 @@ evil-collection-magit affects.")
;;;###autoload ;;;###autoload
(defun evil-collection-magit-init () (defun evil-collection-magit-init ()
"This function completes the setup of evil-collection-magit. It is called "This function completes the setup of evil-collection-magit. It is called
automatically when evil-collection-magit-setup is called.. The only reason to use automatically when evil-collection-magit-setup is called.. The only reason to
this function is if you've called `evil-collection-magit-revert' and wish to use this function is if you've called `evil-collection-magit-revert' and wish
go back to evil-collection-magit behavior." to go back to evil-collection-magit behavior."
(interactive) (interactive)
(evil-collection-magit-adjust-section-bindings) (evil-collection-magit-adjust-section-bindings)
(evil-collection-magit-adjust-popups) (evil-collection-magit-adjust-popups)