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-lisp] Only call flycheck setup once #16826

Merged

Conversation

bcc32
Copy link
Collaborator

@bcc32 bcc32 commented Feb 17, 2025

No need to call these functions for every emacs-lisp-mode buffer.
Also, only call them for buffers backed by files; temp buffers or
lisp-interaction-mode buffers should not trigger these functions. (In
particular, not calling these when *scratch* is in
lisp-interaction-mode saves a lot of startup time.)

No need to call these functions for every emacs-lisp-mode buffer.
Also, only call them for buffers backed by files; temp buffers or
lisp-interaction-mode buffers should not trigger these functions.  (In
particular, not calling these when *scratch* is in
lisp-interaction-mode saves a lot of startup time.)
@fnussbaum fnussbaum merged commit e5c3d51 into syl20bnr:develop Feb 19, 2025
6 checks passed
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.

2 participants