emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] evil-mode movement keys in the agenda?


From: Marcelo de Moraes Serpa
Subject: Re: [O] evil-mode movement keys in the agenda?
Date: Mon, 15 Apr 2013 17:38:26 -0500

Works like a charm! Thank you very much!


On Thu, Apr 11, 2013 at 5:06 AM, Michael Strey <address@hidden> wrote:
Marcelo,

I'm using only the following two lines.

#+BEGIN_SRC emacs-lisp
;;; org agenda -- leave in emacs mode but add j & k

(define-key org-agenda-mode-map "j" 'evil-next-line)
(define-key org-agenda-mode-map "k" 'evil-previous-line)
#+END_SRC

It's a good compromise.

Regards
--
Michael Strey
http://www.strey.biz



reply via email to

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