diff options
author | Thanos Apollo <[email protected]> | 2023-12-09 10:56:06 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-09 10:57:44 +0200 |
commit | 373b7fd540fe260b703a250a9ab32a53e6a4d4f6 (patch) | |
tree | a9195878469b12a4a9f8307aeb64cb4d3373a70a /.emacs.d/modules/thanos-chat.el | |
parent | b66d996193c91468c431a91137fe3db70fe93006 (diff) |
emacs: Remove duplicate functions
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) |