summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index 2a50f52..db03bac 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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"))