branch: elpa/evil-goggles
commit 4777cd784953f5e38d76edf458e050605de45bcc
Author: Evgeni Kolev <[email protected]>
Commit: Evgeni Kolev <[email protected]>

    Show hint after indenting, not before #7
---
 evil-goggles.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-goggles.el b/evil-goggles.el
index 43278ddc8e..ecc53b2315 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -274,7 +274,7 @@ BEG END &OPTIONAL TYPE REGISTER YANK-HANDLER are the 
arguments of the original f
 
 ORIG-FUN is the original function.
 BEG END are the arguments of the original function."
-  (evil-goggles--with-goggles beg end 'evil-goggles-indent-face
+  (evil-goggles--with-after-goggles beg end 'evil-goggles-indent-face
     (evil-goggles--funcall-preserve-interactive orig-fun beg end)))
 
 ;; yank

Reply via email to