Org: change ,l to org-open-at-point

Fixes #1429
This commit is contained in:
Eivind Fonn 2015-09-02 11:12:49 +02:00
parent 973a1b6c48
commit 194f7d57d3
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
"b" nil "mb" 'org-tree-to-indirect-buffer
"c" nil "mA" 'org-archive-subtree
"o" nil "mC" 'evil-org-recompute-clocks
"l" nil "ml" 'evil-org-open-links
"l" nil "ml" 'org-open-at-point
"t" nil "mT" 'org-show-todo-tree)
(evil-define-key 'normal evil-org-mode-map
"O" 'evil-open-above)