summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:08 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:08 +0100
commitdb5dc0aef6cfcdb85a28cde900095046ec5c19f3 (patch)
tree1878b48593ad4f9a527ee58973cd862017279ea0 /emacs.el
parent203ee877eae760a7257e55926432b1264923ac8c (diff)
Add Local Guix Repository to Emacs Load Path
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el6
1 files changed, 6 insertions, 0 deletions
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"))