We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems this function does not work :
;;;###autoload (defun all-the-icons-gnus-setup () "Add icons for Gnus." (advice-add 'gnus-summary-next-article :after 'all-the-icons-gnus--add-faces) (all-the-icons-gnus--set-format))
The error :
Debugger entered--Lisp error: (wrong-number-of-arguments (0 . 0) 2) all-the-icons-gnus--add-faces(t nil) apply(all-the-icons-gnus--add-faces (t nil)) gnus-summary-next-article(t nil) gnus-summary-next-unread-article() funcall-interactively(gnus-summary-next-unread-article) call-interactively(gnus-summary-next-unread-article nil nil) command-execute(gnus-summary-next-unread-article)
The text was updated successfully, but these errors were encountered:
Update: Remove advice due to #1
8785d04
Signed-off-by: Nicolas Lamirault <[email protected]>
No branches or pull requests
It seems this function does not work :
The error :
The text was updated successfully, but these errors were encountered: