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

Add a simple way to disable flymake. #133

Open
mforbes opened this issue May 12, 2014 · 2 comments
Open

Add a simple way to disable flymake. #133

mforbes opened this issue May 12, 2014 · 2 comments

Comments

@mforbes
Copy link

mforbes commented May 12, 2014

As discussed in issue #130, I would like to be able to use flycheck instead of flymake. Unfortunately, I could not find a simple way of preventing epy-python.el from loading flymake-mode without modifying the source.

Could there be a variable that the user can set that will prevent flymake from being loaded? (One could, for example, use a hook that has flymake-mode as the default value but for which a user could change to flycheck-mode if they desired.)

I tried hijacking (setq flymake-mode flycheck-mode) but could not get something like this to work.

@gabrielelanaro
Copy link
Owner

I was thinking about bundling flycheck by default, It's modern, faster and seems much better. And revert to flymake for previous versions of emacs (as a configurable option)

@mforbes
Copy link
Author

mforbes commented May 13, 2014

I think this is probably a good idea. I would still include a simple list or something into which users can insert (or modify) items to enable or disable specific features.

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

No branches or pull requests

2 participants