Add ignore to vterm to god-mode.

This commit is contained in:
KJ 2024-04-26 23:27:22 -04:00
parent 02577be8c7
commit c292ca77d0
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@
:bind
("<escape>" . god-mode-all)
:config
(add-to-list 'god-exempt-major-modes 'vterm-mode)
(defun my-god-mode-update-cursor-type ()
(setq cursor-type (if (or god-local-mode buffer-read-only) 'box 'bar)))