diff options
author | Thanos Apollo <[email protected]> | 2023-09-03 20:03:35 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-03 20:03:35 +0300 |
commit | 154d880fd0b26ea8c4639958e2c238e62a21ac4f (patch) | |
tree | 2fb4b723acdac357db935c36b1d2bfeda40cdc4c /.emacs.d/modules | |
parent | de9f87c817498b0ef35ae24083737eeffff6615c (diff) |
emacs: remove mouse
Diffstat (limited to '.emacs.d/modules')
-rw-r--r-- | .emacs.d/modules/thanos-chat.el | 8 |
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) |