This commit is contained in:
Ta Quang Trung 2024-03-19 19:22:26 -04:00 committed by GitHub
commit d9f870766f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -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)