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

cannot disable flymake-mode in some buffers automatically #1167

Open
sam-s opened this issue Aug 21, 2017 · 3 comments
Open

cannot disable flymake-mode in some buffers automatically #1167

sam-s opened this issue Aug 21, 2017 · 3 comments
Labels
Milestone

Comments

@sam-s
Copy link
Contributor

sam-s commented Aug 21, 2017

Flymake is still enabled in files with

# Local Variables:
# flymake-mode: nil
# End:

I do want flymake in most files, I just want to exclude some of them.

@jorgenschaefer
Copy link
Owner

Elpy's elpy-module-flymake enables flymake automatically. If you do not want that, remove elpy-module-flymake from elpy-modules. You'll have to configure flymake to handle your setup above yourself, though.

@jorgenschaefer jorgenschaefer added this to the v1.17 milestone Aug 26, 2017
@sam-s
Copy link
Contributor Author

sam-s commented Aug 28, 2017

I want flymake for most but not all files.
How do I accomplish that?

@jorgenschaefer
Copy link
Owner

Configure flymake to be enabled the way you want, by configuring Emacs and flymake. Tell Elpy not to bother with flymake. :-)

@jorgenschaefer jorgenschaefer modified the milestones: v1.17, v1.18 Nov 3, 2017
@jorgenschaefer jorgenschaefer modified the milestones: v1.18, v1.19 Jan 28, 2018
@jorgenschaefer jorgenschaefer modified the milestones: v1.19, v1.20 Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants