From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brandon Amos Subject: Re: Evil-mode keymapping being overridden by org-mode Date: Thu, 6 Apr 2017 15:23:23 -0400 Message-ID: <20170406192323.GA16071@gmail.com> References: <20170406174040.GA7347@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwD0D-0000AH-BU for emacs-orgmode@gnu.org; Thu, 06 Apr 2017 15:23:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwD0A-0006k2-4W for emacs-orgmode@gnu.org; Thu, 06 Apr 2017 15:23:29 -0400 Received: from mail-qt0-f169.google.com ([209.85.216.169]:33020) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwD09-0006im-Vy for emacs-orgmode@gnu.org; Thu, 06 Apr 2017 15:23:26 -0400 Received: by mail-qt0-f169.google.com with SMTP id i34so44861963qtc.0 for ; Thu, 06 Apr 2017 12:23:25 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20170406174040.GA7347@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: implementations-list@lists.ourproject.org, emacs-orgmode@gnu.org --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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. --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: I have signed or encrypted this message with PGP. Comment: For more information, see http://bamos.github.io/pgp. iQEzBAABCAAdFiEEnGU3uXMr66x0TYlz6bcWTLcta28FAljmlaoACgkQ6bcWTLct a28AgQf+L9vJqH83ZY8/uBFseT8Tlt8hq8RlIIM4DeVVL/wrXCE8XwlCH2vD+xsM Ysa5O0xHSwIxhnS24BFakUMYDWhUND5vKI85ywnHg8e42pMuklFUdAZEMWVfFULv Eci8yIu1pzuLRRnEwx7iTIIqLiKrIHrffPXgvMS6bIQgEYyyMLPZ14fUdYCk15e5 iQKeoloAztf2qbM5vQRfQVQ9mcBI3x2/wrKPK3tug41g4VEPFr4sPVODAmYJ8GiE a4xN+yFFahnPyH8UPyTO0HDMj5NlVKQAyvarLR8iuzB17EnsMRE8j1bFAB/mUD/p jBHC4urvD1L/eGKJpZgH66bkm1YANw== =jpuQ -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM--