Update init.el
This commit is contained in:
8
init.el
8
init.el
@@ -2798,10 +2798,10 @@ Actually, return the method name."
|
|||||||
(apply oldfun r)))
|
(apply oldfun r)))
|
||||||
(advice-add 'evil--sw-refresh-cursor :around
|
(advice-add 'evil--sw-refresh-cursor :around
|
||||||
#'my/-evil-disable-cursor-in-eat-buffer)
|
#'my/-evil-disable-cursor-in-eat-buffer)
|
||||||
(defun my/-eat-update-cursor-on-tty (&rest r)
|
;; (defun my/-eat-update-cursor-on-tty (&rest r)
|
||||||
(etcc--evil-set-cursor))
|
;; (etcc--evil-set-cursor))
|
||||||
(advice-add 'eat--set-cursor :after
|
;; (advice-add 'eat--set-cursor :after
|
||||||
#'my/-eat-update-cursor-on-tty)
|
;; #'my/-eat-update-cursor-on-tty)
|
||||||
(defun my/-eat-disable-evil-in-char-mode ()
|
(defun my/-eat-disable-evil-in-char-mode ()
|
||||||
(if eat--char-mode
|
(if eat--char-mode
|
||||||
(evil-local-mode -1)
|
(evil-local-mode -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user