emacs-configuration: Fix link to emacs guix manifest

This commit is contained in:
Collin J. Doering 2022-04-07 15:09:00 -04:00
parent 7ca2475380
commit 0e21ceb6ed
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ the following can be used.
emacs -q --eval '(load-file "/path/to/dotfiles/clone/user-config/emacs/.emacs.d/init.el")'
#+end_src
On guix systems, all emacs packages should already be installed via a [[file:./../../../user-manifest.scm::(define %emacs-manifest][guix manifest]], so the
On guix systems, all emacs packages should already be installed via a [[file:~/.dotfiles/.guix/rekahsoft/guix-config/home.scm::(define-public %emacs-manifest][guix manifest]], so the
above will work without an issue. However, on non-guix systems, the emacs package manager
can be used to fetch missing packages. Later in this configuration ~use-package~ is setup,
and in the future the fetching of missing packages will be automated (even in this case,