diff options
Diffstat (limited to '.emacs.d/modules/thanos-chat.el')
-rw-r--r-- | .emacs.d/modules/thanos-chat.el | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.emacs.d/modules/thanos-chat.el b/.emacs.d/modules/thanos-chat.el index b4b6512..1e7d14d 100644 --- a/.emacs.d/modules/thanos-chat.el +++ b/.emacs.d/modules/thanos-chat.el @@ -29,18 +29,6 @@ ;; ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰╯ ;;; Code: - -(defun ement-login () - "Login to matrix." - (interactive) - (ement-connect - :user-id "@thanos_apollon:matrix.org" - :password (password-store-get "matrix/thanos_apollon") - :uri-prefix "https://matrix-client.matrix.org")) - -(define-key thanos/applications-map (kbd "M-e") 'ement-login) - -;;; Code: ;; ERC (require 'erc) |