From e2e2502def75b2335e270a4d1eedb573620a9506 Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Thu, 28 Apr 2022 12:47:40 -0400 Subject: [PATCH] Fix snippet --- README.org | 2 +- yasnippet_evil-collection | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index bb202d2..294d329 100644 --- a/README.org +++ b/README.org @@ -716,7 +716,7 @@ template which will result in something like below: ;;; Bindings for eldoc. ;;; Code: -(require 'evil) +(require 'evil-collection) (require 'eldoc nil t) (defvar eldoc-mode-map) diff --git a/yasnippet_evil-collection b/yasnippet_evil-collection index 6747956..4a198f2 100644 --- a/yasnippet_evil-collection +++ b/yasnippet_evil-collection @@ -30,7 +30,7 @@ ;;; Bindings for $2. ;;; Code: -(require 'evil) +(require 'evil-collection) (require '$2 nil t) (defvar $2-mode-map)