From 83676f60a5bf141f2ec3a48a86b57354972a8d5e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 10 Feb 2023 22:12:20 +0200 Subject: emacs: Update guixSD setup --- .emacs.d/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/emacs.org') diff --git a/.emacs.d/emacs.org b/.emacs.d/emacs.org index 424106b..298a38f 100644 --- a/.emacs.d/emacs.org +++ b/.emacs.d/emacs.org @@ -53,7 +53,7 @@ we use ~guix-emacs-autoload-packages~ to load emacs packages installed using gui + If you are running GuixSD, replace the following hostnames ~fsociety~ or ~heisenberg~ with your own ~$HOSTNAME~ #+begin_src emacs-lisp ;; When guix t, load emacs packages - (when (require 'guix t) + (when (require 'guix nil 'noerror) (add-to-list 'load-path "~/.guix-profile/share/emacs/site-lisp") (guix-emacs-autoload-packages)) -- cgit v1.2.3