aboutsummaryrefslogtreecommitdiff
path: root/spacemacs.el
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-09-07 10:22:25 -0300
committerEuAndreh <eu@euandre.org>2018-09-07 10:22:25 -0300
commit9e3ea93062e1f65fa3e8eafa5075f51a3d5bc77f (patch)
treefd28ae5ca477e473cdca512d2d28f19fbfe5b1f7 /spacemacs.el
parentAdd macOS specific TLS config for Emacs. (diff)
downloaddotfiles-9e3ea93062e1f65fa3e8eafa5075f51a3d5bc77f.tar.gz
dotfiles-9e3ea93062e1f65fa3e8eafa5075f51a3d5bc77f.tar.xz
Don't require geiser module.
Diffstat (limited to 'spacemacs.el')
-rw-r--r--spacemacs.el6
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 ()