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

    Display the hint after indenting and "replacing with register" #7
---
 evil-goggles.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/evil-goggles.el b/evil-goggles.el
index d28e432d43..2ef3c38d0a 100644
--- a/evil-goggles.el
+++ b/evil-goggles.el
@@ -446,7 +446,7 @@ BEG END are the arguments of the original function."
 
 ORIG-FUN is the original function.
 BEG END are arguments of the original function."
-  (evil-goggles--with-goggles beg end 'evil-goggles-fill-and-move-face
+  (evil-goggles--with-after-goggles beg end 'evil-goggles-fill-and-move-face
     (evil-goggles--funcall-preserve-interactive orig-fun beg end)))
 
 ;; paste before and after
@@ -610,8 +610,7 @@ BEG END &OPTIONAL TYPE are the arguments of the original 
function."
 
 ORIG-FUN is the original function.
 COUNT BEG &OPTIONAL END TYPE REGISTER are the arguments of the original 
function."
-  (evil-goggles--with-goggles beg end 'evil-goggles-replace-with-register-face
-    (evil-goggles--funcall-preserve-interactive orig-fun count beg end type 
register))
+  (evil-goggles--with-after-goggles beg end 'evil-goggles-nerd-commenter-face
     (evil-goggles--funcall-preserve-interactive orig-fun count beg end type 
register)))
 
 ;;; mode defined below ;;;

Reply via email to