aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-21 10:07:10 -0300
committerEuAndreh <eu@euandre.org>2018-07-21 10:07:10 -0300
commitfec8561a2cb07bb845a78046423c3c56041ed4db (patch)
tree84e61c1295d093704155bec42a7d375e88df59d9
parentBuild on many cores in Guix/Nix (diff)
downloaddotfiles-fec8561a2cb07bb845a78046423c3c56041ed4db.tar.gz
dotfiles-fec8561a2cb07bb845a78046423c3c56041ed4db.tar.xz
Add matrix-client-el
-rw-r--r--spacemacs.el9
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 ()