I’m not sure if there is interest in this functionality, but I thought it could be useful for those who use forge to check GitHub notifications. It modifies doom-modeline--github-fetch-notifications and adds a user option, doom-modeline-github-update-forge, such that when its value is non-nil, an update to doom-modeline--github-notification-number will trigger the fetching of notifications in forge. This ensures that the notification counter correctly reflects the number of forge unread notifications, which may otherwise diverge.
I’m relatively new to programming and Elisp specifically, so feel free to reject or suggest revisions.
I’m not sure if there is interest in this functionality, but I thought it could be useful for those who use forge to check GitHub notifications. It modifies
doom-modeline--github-fetch-notifications
and adds a user option,doom-modeline-github-update-forge
, such that when its value is non-nil, an update todoom-modeline--github-notification-number
will trigger the fetching of notifications inforge
. This ensures that the notification counter correctly reflects the number offorge
unread notifications, which may otherwise diverge.I’m relatively new to programming and Elisp specifically, so feel free to reject or suggest revisions.