aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ()