diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-11-03 15:13:39 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-11-03 15:13:39 +0100 |
commit | 93e55e66ae1bd086f186fdbc491f8185959cae05 (patch) | |
tree | b694dac92738c436184c16a45788bcccddde2094 /emacs.el | |
parent | 006a6219b4cf0e8e45b2128dc5ae9601e32d67d8 (diff) |
Import Guix repository as a load path
Diffstat (limited to 'emacs.el')
-rw-r--r-- | emacs.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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")) |