This will make it much easier for the user to discover available options. It seems like a bad thing to autoload defcustom's but not defgroup's. This conclusion is based on what's have been done in haskell-mode: Here they remove their autoloads of customs because it breaks shit:masterf0affb46b8But, what they don't remove is the autoload of the group:f0affb46b8/ghc-core.el (L35)So I'll assume that it's safe to autoload the group. This makes it possible for users to run M-x customize-group webpaste without having to either do a manual require or to use the mode before configuring. This is a good improvement for discoverability for new users.
parent
26f089e072
commit
cc9ba3d929
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue