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

Emacs: automatically require plugins? #396

Open
Tracked by #409
strager opened this issue Jul 22, 2021 · 1 comment · May be fixed by #409
Open
Tracked by #409

Emacs: automatically require plugins? #396

strager opened this issue Jul 22, 2021 · 1 comment · May be fixed by #409

Comments

@strager
Copy link
Collaborator

strager commented Jul 22, 2021

I tried out the four Emacs plugins. The installation process was a bit more annoying than it should be IMO.

  • Flycheck has a flycheck-verify-setup which lists various linters. quick-lint-js does not appear in this list until you add (require 'flycheck-quicklintjs) to your ~/.emacs.
  • The other plugins also need (require ...) in ~/.emacs. Some plugins need other stuff too, so this isn't so bad. But the LSP Mode and Elgot plugins work out of the box with just (require ...).

For system-installed quick-lint-js, is it possible to auto-require to make installation easier?

@strager strager added this to the public release (v1.0) milestone Jul 22, 2021
@strager
Copy link
Collaborator Author

strager commented Jul 22, 2021

@wgrr wgrr linked a pull request Aug 1, 2021 that will close this issue
3 tasks
@strager strager linked a pull request Sep 16, 2021 that will close this issue
3 tasks
@strager strager removed this from the public release (v1.0) milestone Oct 27, 2021
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 a pull request may close this issue.

1 participant