From c97b0a8c3b1d89887a868444893c58c73064b745 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 25 Feb 2016 12:49:25 +0800 Subject: _emacs.d/personal/50-evil.el: change binding "A" to "ga" for org-mode --- _emacs.d/personal/50-evil.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_emacs.d') diff --git a/_emacs.d/personal/50-evil.el b/_emacs.d/personal/50-evil.el index a3ab9b5..421ad8c 100644 --- a/_emacs.d/personal/50-evil.el +++ b/_emacs.d/personal/50-evil.el @@ -36,8 +36,8 @@ (evil-declare-key 'normal org-mode-map "gh" 'outline-up-heading "gl" 'outline-next-visible-heading + "ga" 'org-agenda "S" 'org-store-link - "A" 'org-agenda "H" 'org-beginning-of-line ; smarter behaviour on headlines etc. "L" 'org-end-of-line ; smarter behaviour on headlines etc. "$" 'org-end-of-line ; smarter behaviour on headlines etc. -- cgit v1.2.2