From ec26c3489cba6eb576e7fa3c634a62d8c741fe22 Mon Sep 17 00:00:00 2001 From: Ta Quang Trung Date: Fri, 26 May 2023 01:06:53 +0800 Subject: [PATCH] remove Doom function when configure Helm cursor in minibuffer --- modes/helm/evil-collection-helm.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modes/helm/evil-collection-helm.el b/modes/helm/evil-collection-helm.el index 339f903..6498aab 100644 --- a/modes/helm/evil-collection-helm.el +++ b/modes/helm/evil-collection-helm.el @@ -75,9 +75,9 @@ (overlay-put ov 'face (let ((bg-color (face-background 'default nil))) `(:background ,bg-color :foreground ,bg-color))) (setq-local cursor-type nil - evil-emacs-state-cursor '(nil +evil-emacs-cursor-fn) - evil-normal-state-cursor '(nil +evil-default-cursor-fn) - evil-insert-state-cursor '(nil +evil-default-cursor-fn)))))) + 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)