diff --git a/modes/helm/evil-collection-helm.el b/modes/helm/evil-collection-helm.el index 0e82ee8..688aef7 100644 --- a/modes/helm/evil-collection-helm.el +++ b/modes/helm/evil-collection-helm.el @@ -76,7 +76,10 @@ (overlay-put ov 'window (selected-window)) (overlay-put ov 'face (let ((bg-color (face-background 'default nil))) `(:background ,bg-color :foreground ,bg-color))) - (setq-local cursor-type nil))))) + (setq-local cursor-type nil + evil-emacs-state-cursor nil + evil-normal-state-cursor nil + evil-insert-state-cursor nil))))) (defun evil-collection-helm--set-prompt-display (pos) (let (beg state region-active m)