diff options
author | EuAndreh <eu@euandre.org> | 2018-09-07 10:22:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-09-07 10:22:25 -0300 |
commit | 9e3ea93062e1f65fa3e8eafa5075f51a3d5bc77f (patch) | |
tree | fd28ae5ca477e473cdca512d2d28f19fbfe5b1f7 /spacemacs.el | |
parent | Add macOS specific TLS config for Emacs. (diff) | |
download | dotfiles-9e3ea93062e1f65fa3e8eafa5075f51a3d5bc77f.tar.gz dotfiles-9e3ea93062e1f65fa3e8eafa5075f51a3d5bc77f.tar.xz |
Don't require geiser module.
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spacemacs.el b/spacemacs.el index 0cd545c..fbd02a2 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -774,9 +774,9 @@ This is the place where most of your configurations should be done. Unless it is (expand-file-name "~/tmp/matrix-client-el")) ;; (require 'matrix-client) - (require 'geiser-guile) - (with-eval-after-load 'geiser-guile - (add-to-list 'geiser-guile-load-path "~/dev/guix/guix")) + ;; (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 () |