Change: (ement-taxy-next-unread) Go to unread marker

Closes #88.  Thanks to @ericsfraga for suggesting.
This commit is contained in:
Adam Porter 2022-09-01 02:56:51 -05:00
parent f361abebc1
commit 9d3c82582c

View file

@ -565,6 +565,7 @@ left."
do (progn
(goto-char (button-end (button-at (point))))
(push-button (1- (point)))
(ement-room-goto-fully-read-marker)
(cl-return t))
else do (call-interactively #'forward-button)
while (> (line-number-at-pos) starting-line))