From 373b7fd540fe260b703a250a9ab32a53e6a4d4f6 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 9 Dec 2023 10:56:06 +0200 Subject: emacs: Remove duplicate functions --- .emacs.d/modules/thanos-chat.el | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.emacs.d/modules/thanos-chat.el') 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) -- cgit v1.2.3