bump: :editor evil

edkolev/evil-lion@a55eb64742 -> edkolev/evil-lion@1e838a53b8
emacs-evil/evil@60ba716bf5 -> emacs-evil/evil@9eb69b7f5b
hlissner/evil-snipe@c07788c35c -> hlissner/evil-snipe@c2108d3932
mamapanda/evil-traces@d4c53bd6ad -> mamapanda/evil-traces@82e8a7b421

- Includes two fixes for breaking changes in evil:
  - mamapanda/evil-traces#5 (due to breaking changes in evil-ex.el)
  - emacs-evil/evil#1824 (due to removal of evil-unquote function)

Fix: mamapanda/evil-traces#5
Fix: emacs-evil/evil#1824
This commit is contained in:
Henrik Lissner 2023-08-21 18:09:02 +02:00
parent 7a5f5d07e7
commit 9e9c7d9e6d
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 4 additions and 10 deletions

View file

@ -375,12 +375,6 @@ directives. By default, this only recognizes C directives.")
(use-package! evil-traces
:after evil-ex
:config
;; HACK: Temporary workaround for upstream incompatibility. See
;; mamapanda/evil-traces#5.
(defadvice! +evil--set-evil-ex-current-buffer-a (&rest _)
:before #'evil-ex-setup
(with-current-buffer evil-ex-current-buffer
(setq-local evil-ex-current-buffer (current-buffer))))
(pushnew! evil-traces-argument-type-alist
'(+evil:align . evil-traces-global)
'(+evil:align-right . evil-traces-global)