Skip to content

Commit

Permalink
Pacify compiler warning
Browse files Browse the repository at this point in the history
* doom-modeline-core.el (doom-modeline-github): Fix compiler
warning.  Guard the opening parenthesis in the docstring.
  • Loading branch information
dr-scsi committed Dec 5, 2023
1 parent 61366c5 commit 4d6fb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doom-modeline-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ 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)'"
\(add-hook \\='doom-modeline-before-github-fetch-notification-hook
#\\='auth-source-pass-enable)"
:type 'boolean
:group 'doom-modeline)

Expand Down

0 comments on commit 4d6fb32

Please sign in to comment.