remove Doom function when configure Helm cursor in minibuffer

This commit is contained in:
Ta Quang Trung 2023-05-26 01:06:53 +08:00
parent a74f4d1f60
commit ec26c3489c
1 changed files with 3 additions and 3 deletions

View File

@ -75,9 +75,9 @@
(overlay-put ov 'face (let ((bg-color (face-background 'default nil))) (overlay-put ov 'face (let ((bg-color (face-background 'default nil)))
`(:background ,bg-color :foreground ,bg-color))) `(:background ,bg-color :foreground ,bg-color)))
(setq-local cursor-type nil (setq-local cursor-type nil
evil-emacs-state-cursor '(nil +evil-emacs-cursor-fn) evil-emacs-state-cursor nil
evil-normal-state-cursor '(nil +evil-default-cursor-fn) evil-normal-state-cursor nil
evil-insert-state-cursor '(nil +evil-default-cursor-fn)))))) evil-insert-state-cursor nil)))))
(defun evil-collection-helm--set-prompt-display (pos) (defun evil-collection-helm--set-prompt-display (pos)
(let (beg state region-active m) (let (beg state region-active m)