From ba73d413a56341f0c38c501086403192169a63b8 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Aug 2022 21:57:15 +0200 Subject: Add Local Guix Repository to Emacs Load Path --- emacs.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs.el b/emacs.el index 129ed75..91e9f66 100644 --- a/emacs.el +++ b/emacs.el @@ -51,3 +51,9 @@ ;; Startup Screen Inhibition (setq inhibit-startup-screen t) + +;; https://guix.gnu.org/manual/en/html_node/The-Perfect-Setup.html +;; Add Local Guix Repository to Load Path + +(with-eval-after-load 'geiser-guile + (add-to-list 'geiser-guile-load-path "~/src/guix")) -- cgit v1.2.3