diff options
| author | EuAndreh <eu@euandre.org> | 2018-10-29 21:44:01 -0200 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-10-29 21:44:01 -0200 |
| commit | a105ef5ba1c3af22bae714070339f108d5d42200 (patch) | |
| tree | a164375981c7184409367e659163ccc876695b09 | |
| parent | Fix $AUTOJUMP_TXT path. (diff) | |
| download | dotfiles-a105ef5ba1c3af22bae714070339f108d5d42200.tar.gz dotfiles-a105ef5ba1c3af22bae714070339f108d5d42200.tar.xz | |
Comment matrix-client-el out of spacemacs.
| -rw-r--r-- | spacemacs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spacemacs.el b/spacemacs.el index bcfd3e81..87226126 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -767,8 +767,8 @@ This is the place where most of your configurations should be done. Unless it is (add-to-list 'git-link-remote-alist '("savannah" git-link-savannah)) ;; matrix-client-el - (add-to-list 'load-path - (expand-file-name "~/tmp/matrix-client-el")) + ;; (add-to-list 'load-path + ;; (expand-file-name "~/tmp/matrix-client-el")) ;; (require 'matrix-client) ;; (require 'geiser-guile) |
