From 4f3b58622aef705f1a8fccc4e6ac2ae01003f887 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 23 Mar 2023 13:03:26 +0200 Subject: emacs: fix parsing error --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/init.el') 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")) -- cgit v1.2.3