diff options
-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. |