From a63cb007bf15c3fd4c3322f29f85d18d5574f7ba Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Tue, 31 May 2022 19:28:16 -0400 Subject: [PATCH] Add bug link --- evil-collection.el | 1 + 1 file changed, 1 insertion(+) diff --git a/evil-collection.el b/evil-collection.el index bfda994..4f97634 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -41,6 +41,7 @@ ;; Looks like this error can be traced through evil -> ;; Look at the commit that moved this line above `evil' to see the error message. ;; evil -> evil-vars -> read-kbd-macro -> seq-into -> error. +;; https://github.com/emacs-evil/evil/issues/1627 (require 'seq) (require 'cl-lib) (require 'evil)