lin Sun writes: > Hi, > > The package.el will always require the entire `info.el` on its package > activating function. > Using the `with-eval-after-load` to arrange the work can avoid the > unnecessary loading the `info` package. Note that this is not the only place where info is required. If this is an acceptable solution (which I am not sure since `with-eval-after-load' is something I usually encounter in user configurations), then we should think about consistently addressing the issue: