diff options
author | EuAndreh <eu@euandre.org> | 2018-07-21 10:07:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-21 10:07:10 -0300 |
commit | fec8561a2cb07bb845a78046423c3c56041ed4db (patch) | |
tree | 84e61c1295d093704155bec42a7d375e88df59d9 | |
parent | Build on many cores in Guix/Nix (diff) | |
download | dotfiles-fec8561a2cb07bb845a78046423c3c56041ed4db.tar.gz dotfiles-fec8561a2cb07bb845a78046423c3c56041ed4db.tar.xz |
Add matrix-client-el
-rw-r--r-- | spacemacs.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/spacemacs.el b/spacemacs.el index 14e11e5..71df0bf 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -728,9 +728,12 @@ This is the place where most of your configurations should be done. Unless it is commit start))) - (setq git-link-remote-alist - (cons '("savannah" git-link-savannah) - git-link-remote-alist)) + (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")) + (require 'matrix-client) t) (defun dotspacemacs/emacs-custom-settings () |