summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-23 13:03:26 +0200
committerThanos Apollo <[email protected]>2023-03-23 13:03:26 +0200
commit4f3b58622aef705f1a8fccc4e6ac2ae01003f887 (patch)
treef7dfdba1e2b8dbcfa110cb251e7e611fd5a40a9f
parent11016ec0188ddcee6400e1dd488d99689418d7a2 (diff)
emacs: fix parsing error
-rw-r--r--.emacs.d/init.el2
-rwxr-xr-xemacs.org2
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"))
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"))