Skip to content

Commit

Permalink
Fix 'o' on folded headings
Browse files Browse the repository at this point in the history
  • Loading branch information
dschoepe authored and syl20bnr committed Apr 2, 2017
1 parent 08c1c75 commit 6ca909f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+emacs/org/local/evil-org/evil-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
(defun evil-org-eol-call (fun)
"Go to end of line and call provided function.
FUN function callback"
(end-of-line)
(end-of-visible-line)
(funcall fun)
(evil-append nil)
)
Expand Down

0 comments on commit 6ca909f

Please sign in to comment.