From fec8561a2cb07bb845a78046423c3c56041ed4db Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 21 Jul 2018 10:07:10 -0300 Subject: Add matrix-client-el --- spacemacs.el | 9 ++++++--- 1 file 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 () -- cgit v1.2.3