Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expand doom-modeline-github docstring #681

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion doom-modeline-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,13 @@ Non-nil to display in the mode-line."
(defcustom doom-modeline-github nil
"Whether display the GitHub notifications.

It requires `ghub' and `async' packages."
It requires `ghub' and `async' packages. Additionally, your GitHub personal
access token must have `notifications' permissions.

If you use `pass' to manage your secrets, you also need to add this hook:

`(add-hook 'doom-modeline-before-github-fetch-notification-hook
#'auth-source-pass-enable)'"
:type 'boolean
:group 'doom-modeline)

Expand Down