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.
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 preventingepy-python.elfrom loadingflymake-modewithout 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-modeas the default value but for which a user could change toflycheck-modeif they desired.)I tried hijacking
(setq flymake-mode flycheck-mode)but could not get something like this to work.