emacs-elsa / Elsa

Emacs Lisp Static Analyzer and gradual type system.
GNU General Public License v3.0
640 stars 26 forks source link

As a user I don't want to register extensions which should obviously be used #139

Closed Fuco1 closed 1 year ago

Fuco1 commented 5 years ago

If I use (require 'flycheck) in my code I want the flycheck extension to load automatically.

Users should have option to disable some rules but let's be more proactive with adding useful stuff by default.

Fuco1 commented 1 year ago

We have autoloading now.