From 2ecd100c38a38ba15cf13b2bd7b6e30cb113342d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 27 Mar 2020 01:15:07 -0400 Subject: [PATCH] Bump :editor evil emacs-evil/evil-collection@e6a4ba6 -> emacs-evil/evil-collection@fe0700e emacs-evil/evil@7c42ba4 -> emacs-evil/evil@2969324 ninrod/exato@88266fa -> ninrod/exato@d5daea3 redguardtoo/evil-nerd-commenter@fa40dab -> redguardtoo/evil-nerd-commenter@4387407 --- modules/editor/evil/+everywhere.el | 1 + modules/editor/evil/README.org | 1 - modules/editor/evil/config.el | 1 - modules/editor/evil/packages.el | 8 ++++---- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/editor/evil/+everywhere.el b/modules/editor/evil/+everywhere.el index fcc34b980..5f98acc84 100644 --- a/modules/editor/evil/+everywhere.el +++ b/modules/editor/evil/+everywhere.el @@ -196,6 +196,7 @@ variable for an explanation of the defaults (in comments). See which-key woman xref + xwidget youtube-dl (ztree ztree-diff))) diff --git a/modules/editor/evil/README.org b/modules/editor/evil/README.org index d83e57182..46053eaad 100644 --- a/modules/editor/evil/README.org +++ b/modules/editor/evil/README.org @@ -36,7 +36,6 @@ This holy module brings the vim experience to Emacs. + [[https://github.com/TheBB/evil-indent-plus][evil-indent-plus]] + [[https://github.com/edkolev/evil-lion][evil-lion]] + [[https://github.com/redguardtoo/evil-nerd-commenter][evil-nerd-commentary]] -+ [[https://github.com/redguardtoo/evil-matchit][evil-matchit]] + [[https://github.com/cofi/evil-numbers][evil-numbers]] + [[https://github.com/noctuid/evil-textobj-anyblock][evil-textobj-anyblock]] + [[https://github.com/hlissner/evil-snipe][evil-snipe]] diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index 98c39ebf0..105f7c875 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -221,7 +221,6 @@ directives. By default, this only recognizes C directives.") :bind ((evil-ex-search-highlight-all nil))) (evilem-make-motion evilem-motion-search-previous #'evil-ex-search-previous :bind ((evil-ex-search-highlight-all nil))) - (evilem-make-motion evilem-motion-search-word-forward #'evil-ex-search-word-forward :bind ((evil-ex-search-highlight-all nil))) (evilem-make-motion evilem-motion-search-word-backward #'evil-ex-search-word-backward diff --git a/modules/editor/evil/packages.el b/modules/editor/evil/packages.el index 9e116ce96..bad15dfa8 100644 --- a/modules/editor/evil/packages.el +++ b/modules/editor/evil/packages.el @@ -1,7 +1,7 @@ ;; -*- no-byte-compile: t; -*- ;;; editor/evil/packages.el -(package! evil :pin "7c42ba4de0") +(package! evil :pin "296932406a") (package! evil-args :pin "758ad5ae54") (package! evil-easymotion :pin "79c13ed3bc") (package! evil-embrace :pin "4379adea03") @@ -9,7 +9,7 @@ (package! evil-exchange :pin "3030e21ee1") (package! evil-indent-plus :pin "0c7501e6ef") (package! evil-lion :pin "6b03593f5d") -(package! evil-nerd-commenter :pin "fa40dab8d2") +(package! evil-nerd-commenter :pin "4387407615") (package! evil-numbers :recipe (:host github :repo "janpath/evil-numbers") :pin "d988041c1f") @@ -18,7 +18,7 @@ (package! evil-textobj-anyblock :pin "ff00980f06") (package! evil-traces :pin "bc25cae9fa") (package! evil-visualstar :pin "06c053d8f7") -(package! exato :pin "88266fa7fc") +(package! exato :pin "d5daea3017") (package! evil-quick-diff :recipe (:host github :repo "rgrinberg/evil-quick-diff") :pin "69c883720b") @@ -31,4 +31,4 @@ (package! neotree) (autoload 'neotree-make-executor "neotree" nil nil 'macro)) - (package! evil-collection :pin "e6a4ba695e")) + (package! evil-collection :pin "fe0700ec16"))