[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs in multiple profiles
From: |
Pierre Neidhardt |
Subject: |
Re: Emacs in multiple profiles |
Date: |
Tue, 29 Oct 2019 11:44:49 +0100 |
Great work, looks like you are getting close to the finish line! :)
> I'll rework the 'gnu: emacs: Remove custom guix-emacs code.' patch, as
> removing it means losing having the autoloads definitions loaded.
> Someone in the #emacs channel suggested making use of the builtin
> package.el code to take care of this. To be continued :-)
Indeed, this is the normal workflow using package.el. See
https://melpa.org/: the user is expected to call `package-initialize`
from their init file.
So the solution is quite simple I believe: add
--8<---------------cut here---------------start------------->8---
(require 'package)
(package-initialize)
--8<---------------cut here---------------end--------------->8---
to site-start.el.
Cheers!
--
Pierre Neidhardt
https://ambrevar.xyz/
signature.asc
Description: PGP signature
- Re: Emacs in multiple profiles, (continued)
- Re: Emacs in multiple profiles, Maxim Cournoyer, 2019/10/19
- Re: Emacs in multiple profiles, Pierre Neidhardt, 2019/10/19
- Re: Emacs in multiple profiles, Maxim Cournoyer, 2019/10/28
- Re: Emacs in multiple profiles, Maxim Cournoyer, 2019/10/28
- Re: Emacs in multiple profiles,
Pierre Neidhardt <=
- Re: Emacs in multiple profiles, Maxim Cournoyer, 2019/10/31
- Re: Emacs in multiple profiles, Pierre Neidhardt, 2019/10/31
Re: Emacs in multiple profiles, Alex Kost, 2019/10/20