diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-02-25 12:49:25 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-02-25 12:49:25 +0800 |
commit | c97b0a8c3b1d89887a868444893c58c73064b745 (patch) | |
tree | 2efb621086fe9d6e866819d02c92827fb2592812 /_emacs.d | |
parent | dab70ed1f5ebe7dc3f2aa2328aa22865f02b7723 (diff) | |
download | dotfiles-c97b0a8c3b1d89887a868444893c58c73064b745.tar.bz2 |
_emacs.d/personal/50-evil.el: change binding "A" to "ga" for org-mode
Diffstat (limited to '_emacs.d')
-rw-r--r-- | _emacs.d/personal/50-evil.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |