tags 36539 + patch quit Alan Mackenzie writes: > A decision should be taken as to whether elec-pair.elc should be loaded > at start up, and if so, it should be part of the dump. If not, the > `require' form in elisp-mode.el should be replaced by an > `eval-after-load' form. I think it's clear that elec-pair should not be part of the dump, since electric-pair-mode is not turned on by default. Looking at the git log, it seems I added the require to avoid some bootstrapping problems with Bug#24901, but we can move the electric-pair-text-pairs manipulation to a hook instead: