diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-08-14 21:57:15 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-08-14 21:57:15 +0200 |
commit | 5709bcae7ad0b99cf0668b65203315f4b7371fa8 (patch) | |
tree | 0e1016f0953237cf451c11f484edd1c29531e4be | |
parent | 3af5f260135740514f0ce91bb2c6d938c105533f (diff) |
Add Local Guix Repository to Emacs Load Path
-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")) |