Upon escaping evil-insert-state, if the cursor is next to a letter/phrase in my abbrev list, it expands despite having
(setq evil-want-abbrev-expand-on-insert-exit nil)
called before evil-mode. This happens even if abbrev-mode is disabled.
How do I prevent abbrev expansion when exiting evil-insert-state?
Thanks.