summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-11-03 15:13:39 +0100
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-11-03 15:13:39 +0100
commitcac0e39ba1708fb52d0da47e6ac20864c281e984 (patch)
tree44b55f3b417eafa6d5253cc62333a2b89114d77d
parent263e5121758bed6e9360f509448f608b572251d4 (diff)
Import Guix repository as a load path
-rw-r--r--emacs.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index 512b61b..1ce49d0 100644
--- a/emacs.el
+++ b/emacs.el
@@ -96,3 +96,8 @@
;; Enable the column-80 line
(global-display-fill-column-indicator-mode 1)
(setq-default display-fill-column-indicator-column 79)
+
+;;; Import GUIX repository
+;;; https://guix.gnu.org/manual/en/html_node/The-Perfect-Setup.html
+(with-eval-after-load 'geiser-guile
+ (add-to-list 'geiser-guile-load-path "~/src/aisaka"))