diff options
-rw-r--r-- | emacs.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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")) |