diff options
-rw-r--r-- | .emacs.d/init.el | 2 | ||||
-rwxr-xr-x | emacs.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 38a9597..5caa889 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -5,7 +5,7 @@ (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")) @@ -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")) |