1 files changed, 2 insertions(+), 1 deletions(-)
M init.el
M init.el => init.el +2 -1
@@ 1054,7 1054,8 @@
:ensure t
:demand t
:config
- (shell-command-x-mode 1))
+ (shell-command-x-mode 1)
+ (evil-set-initial-state 'comint-mode 'normal))
(my-use-package projection
:ensure t)