Evil-mode keymapping being overridden by org-mode

Brandon Amos bamos at cs.cmu.edu
Thu Apr 6 21:23:23 CEST 2017


I have found a solution to this problem.

This keymapping was coming from the spacemacs org-mode layer:
https://github.com/syl20bnr/spacemacs/blob/bd7ef98e4c35fd87538dd2a81356cc83f5fdi02f3/layers/%2Bemacs/org/local/evil-org/evil-org.el#L134

In my init, this mapping can also be over-written to `evil-next-line`:

  (evil-define-key 'normal evil-org-mode-map "t" 'evil-next-line)

-Brandon.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 610 bytes
Desc: not available
URL: <https://lists.ourproject.org/pipermail/implementations-list/attachments/20170406/06a8405f/attachment.sig>


More information about the implementations-list mailing list