summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/modules/thanos-chat.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/.emacs.d/modules/thanos-chat.el b/.emacs.d/modules/thanos-chat.el
index 888c3cd..a78dba4 100644
--- a/.emacs.d/modules/thanos-chat.el
+++ b/.emacs.d/modules/thanos-chat.el
@@ -50,14 +50,6 @@ menu list))
:user "thanosapollo"
:password (password-store-get "liberachat/thanos_apollo")))
-(defun erc-mouse ()
- "Login to liberachat with erc."
- (interactive)
- (erc-tls :server "irc.myanonamouse.net" :port 6697
- :nick (password-store-get-field "myanonamouse.net/irc" "user")
- :user (password-store-get-field "myanonamouse.net/irc" "user")
- :password (password-store-get "myanonamouse.net/irc")))
-
(define-key thanos/applications-map (kbd "i") 'erc-libera)
(require 'telega)