Term: Enable sync state by default

Given Emacs 26's change (can't move cursor past prompt if in
char-mode), it makes sense to default this variable to true.
This commit is contained in:
James Nguyen 2018-01-06 11:36:30 -08:00
parent 7a35806560
commit 1e448e5a42
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
(require 'evil)
(require 'term)
(defcustom evil-collection-term-sync-state-and-mode-p nil
(defcustom evil-collection-term-sync-state-and-mode-p t
"Synchronize insert/normal state with char/line-mode respectively.
When non-nil, going to normal state will automatically switch to