emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Evil-mode keymapping being overridden by org-mode


From: Brandon Amos
Subject: Re: [O] Evil-mode keymapping being overridden by org-mode
Date: Thu, 6 Apr 2017 15:23:23 -0400
User-agent: Mutt/1.8.0 (2017-02-23)

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.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]