diff options
author | EuAndreh <eu@euandre.org> | 2019-05-22 22:12:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-22 22:12:55 -0300 |
commit | 37ff2b4c845bc1e2c7fa0d62dc293dda8349193e (patch) | |
tree | 8f668e2b5093b4bf57f48dc9ab62a808d9fa9cdc /spacemacs.el | |
parent | mrconfig.ini (diff) | |
download | dotfiles-37ff2b4c845bc1e2c7fa0d62dc293dda8349193e.tar.gz dotfiles-37ff2b4c845bc1e2c7fa0d62dc293dda8349193e.tar.xz |
Revert "Remove Guix compatibility code."
This reverts commit 5e9efb6478e7ef38ee2fcf2921634db0c27f5d05.
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index 2fd7d6a..6ff2ef8 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -761,6 +761,10 @@ This is the place where most of your configurations should be done. Unless it is filename commit start))) + + ;; (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 () |