Re: How to make Emacs use ELPA version of `compat'?
Stefan Monnier via Users list for the GNU Emacs text editor <[email protected]> Tue, 12 May 2026 00:01:34 -0400
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
> 1. emacs -Q > 2. C-h v load-path RET > Confirm that ‘load-path’ contains only the Emacs > predefined directories. > 3. M-x package-initialize RET Side note: you should never need to call `package-initialize` nowadays. Call `package-activate-all` instead (which should be faster). === Stefan