mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Change: (ement-taxy-next-unread) Go to unread marker
Closes #88. Thanks to @ericsfraga for suggesting.
This commit is contained in:
parent
f361abebc1
commit
9d3c82582c
1 changed files with 1 additions and 0 deletions
|
@ -565,6 +565,7 @@ left."
|
||||||
do (progn
|
do (progn
|
||||||
(goto-char (button-end (button-at (point))))
|
(goto-char (button-end (button-at (point))))
|
||||||
(push-button (1- (point)))
|
(push-button (1- (point)))
|
||||||
|
(ement-room-goto-fully-read-marker)
|
||||||
(cl-return t))
|
(cl-return t))
|
||||||
else do (call-interactively #'forward-button)
|
else do (call-interactively #'forward-button)
|
||||||
while (> (line-number-at-pos) starting-line))
|
while (> (line-number-at-pos) starting-line))
|
||||||
|
|
Loading…
Add table
Reference in a new issue