diff options
author | Thanos Apollo <[email protected]> | 2023-03-23 13:03:26 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-23 13:03:26 +0200 |
commit | 4f3b58622aef705f1a8fccc4e6ac2ae01003f887 (patch) | |
tree | f7dfdba1e2b8dbcfa110cb251e7e611fd5a40a9f /emacs.org | |
parent | 11016ec0188ddcee6400e1dd488d99689418d7a2 (diff) |
emacs: fix parsing error
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ Check the ~$HOSTNAME~, if it's one of my devices running GuixSD. (when (or is-zeus is-hephaestus (add-to-list 'load-path "~/.guix-profile/share/emacs/site-lisp") - (guix-emacs-autoload-packages)) + (guix-emacs-autoload-packages))) (with-eval-after-load 'geiser-guile (add-to-list 'geiser-guile-load-path "~/dotfiles/.config/guix")) |