Emacs: Evil: Do not expand abbrev when exiting insert-mode

master
Pierre Neidhardt 2017-06-26 17:14:04 +01:00
parent 178977c88a
commit 92328505f8
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
(global-evil-leader-mode)
(evil-mode 1)
(remove-hook 'evil-insert-state-exit-hook 'expand-abbrev)
;; (setq evil-want-abbrev-expand-on-insert-exit nil)
;; Commenting.
;; M-; comments next line in VISUAL. This is because of a different newline