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

Extend diagnostic to include optional recommended elisp libraries #140

Merged
merged 2 commits into from Jun 18, 2021

Conversation

rolandwalker
Copy link
Collaborator

  • check for optional elisp libraries in diagnostic, but don't return early if not found
  • tweak language in diagnostic messages

@rolandwalker rolandwalker self-assigned this Jun 18, 2021
(dolist (melpa-lib '(uci-mode nav-flash ivy))
(if (featurep melpa-lib)
(insert (format "[x] Good. The `%s' library is available.\n\n" melpa-lib))
;; else
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a reminder for you or something 😆

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do it habitually, because I find Lisp if otherwise blends together. Should I remove it? It appears in several other places.

@rolandwalker rolandwalker merged commit bb139d6 into master Jun 18, 2021
@rolandwalker rolandwalker deleted the RW/extend-diagnostic branch June 18, 2021 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants