diff options
author | EuAndreh <eu@euandre.org> | 2018-07-22 08:16:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-22 08:16:06 -0300 |
commit | 64fe2520f030f98cbb8d3cb97cfa2cfc8ebe4b98 (patch) | |
tree | 108423602c27db9ed47e999c8674feaf1614095f /spacemacs.el | |
parent | Use full path for mbsyncrc (diff) | |
download | dotfiles-64fe2520f030f98cbb8d3cb97cfa2cfc8ebe4b98.tar.gz dotfiles-64fe2520f030f98cbb8d3cb97cfa2cfc8ebe4b98.tar.xz |
Add guix repo to geiser load-path
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index 71df0bf..9a5ea97 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -733,7 +733,11 @@ This is the place where most of your configurations should be done. Unless it is ;; matrix-client-el (add-to-list 'load-path (expand-file-name "~/tmp/matrix-client-el")) - (require 'matrix-client) + ;; (require 'matrix-client) + + (require 'geiser-guile) + (with-eval-after-load 'geiser-guile + (add-to-list 'geiser-guile-load-path "~/dev/guix/guix")) t) (defun dotspacemacs/emacs-custom-settings () |