summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.el13
1 files changed, 4 insertions, 9 deletions
diff --git a/init.el b/init.el
index 05ce647..b0ccd95 100644
--- a/init.el
+++ b/init.el
@@ -2819,12 +2819,9 @@
(when (and (fboundp 'ement-connect) (or p (y-or-n-p "Connect to matrix? ")))
(unless (get-buffer "*Ement Rooms*")
(jao-with-auth "matrix.org" u p (ement-connect :user-id u :password p))))
- (when (and (fboundp 'mastodon) (or p (y-or-n-p "Connect to mastodon? ")))
- (mastodon))
- (dolist (c '(("Libera Chat" . "irc.libera.chat:6697")
- ("bigml" . "127.0.0.1:9007")
- ("recoveryou" . "127.0.0.1:9008")
- ("grio" . "127.0.0.1:9009")))
+ ;; (when (and (fboundp 'mastodon) (or p (y-or-n-p "Connect to mastodon? ")))
+ ;; (mastodon))
+ (dolist (c '(("Libera Chat" . "irc.libera.chat:6697")))
(unless (get-buffer (cdr c))
(when (or p (y-or-n-p (format "Connect to %s? " (car c))))
(circe (car c))))))
@@ -3393,10 +3390,8 @@
("s" "ssh" jao-ssh)
("b" "bluetooth" bluetooth-list-devices)
("c" "connect chats" jao-all-chats)
- ("m" "proton bridge" run-proton-bridge)
- ("v" "view video" jao-view-video)]
+ ("m" "proton bridge" run-proton-bridge)]
["Chats"
- ("t" "telegram" jao-chats-telega)
("i" "irc" jao-chats-irc)
("M" "mastodon" jao-mastodon)
("T" "telegram rooster" jao-telega)]