diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 14:57:26 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 15:05:15 +0100 |
commit | 37b8fe3d231e247f94467432db89998d453177c2 (patch) | |
tree | b11431d8a2c6b26806ad68ce3154a0324c56a1a3 | |
parent | c7d2e362646cd8931c36e0be0bea37a306687b3b (diff) |
Update documentation of "Initialise packages" section
-rw-r--r-- | init.org | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -33,11 +33,7 @@ We take all code blocks in this file and assemble an =init.el= from it if the so Emacs is an operating system and I use it as such (see [[http://elephly.net/posts/2016-02-14-ilovefs-emacs.html][this blog post]]). I rely on quite a few extensions that have been made available on various ELPA repositories. Recently, I have moved to installing and managing Emacs packages like any other software package on my system with the functional package manager [[https://gnu.org/s/guix][GNU Guix]]. I find this more reliable, although at first it is slightly less convenient as I can no longer just use =package.el= but first need to package the Elisp code for Guix. -I install a Guix profile just for Emacs in =~/.emacs.d/.guix-profile= using Guix Home. - -#+RESULTS: - -Make Emacs load packages from the profile: +I install a Guix profile just for Emacs in =~/.emacs.d/.guix-profile= using Guix Home. Make Emacs load packages from the profile: #+begin_src elisp (setq package-directory-list |