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 +- .emacs.d/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d') 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)) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index afba6a2..5cea6f4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1,5 +1,5 @@ ;; 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