Skip to content

Commit

Permalink
Merge pull request edwtjo#6 from EDmitry/master
Browse files Browse the repository at this point in the history
Fix the 'T' hotkey
  • Loading branch information
edwtjo committed May 13, 2014
2 parents ab5683b + d15b119 commit 6a6c4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'org-backward-heading-same-level)
"gl" 'outline-next-visible-heading
"t" 'org-todo
"T" '(lambda () (interactive) (evil-org-eol-call '(org-insert-todo-heading nil)))
"T" '(lambda () (interactive) (evil-org-eol-call (lambda() (org-insert-todo-heading nil))))
"H" 'org-beginning-of-line
"L" 'org-end-of-line
";t" 'org-show-todo-tree
Expand Down

0 comments on commit 6a6c4fd

Please sign in to comment.