tide icon indicating copy to clipboard operation
tide copied to clipboard

Is it possible to make flycheck optional dependency?

Open albert200000 opened this issue 2 years ago • 1 comments

I'm not using flycheck but because of tide it's loaded and gets updated from melpa.

albert200000 avatar Mar 28 '22 20:03 albert200000

We do make company dependency optional, but I am not sure how easy it would be to make flycheck optional as well. There is no optional dependency concept in emacs. So it's usually a lot of work to make dependency optional. I checked the code, seems like we have a lot of calls to flycheck at the top level as well.

That said, I am open to PR if someone wants to take a stab at it.

ananthakumaran avatar Mar 29 '22 11:03 ananthakumaran