From 0b143e8cd5c50c8f75069bf240f47e3cfed4dde3 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 4 Jun 2021 18:41:11 +0100 Subject: more nits --- eww.org | 3 ++- init.org | 6 +----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/eww.org b/eww.org index 0f96082..ad68830 100644 --- a/eww.org +++ b/eww.org @@ -170,6 +170,7 @@ ("q" . jao-eww-close) ("x" . jao-rss-subscribe) ("y" . jao-eww-copy-link) - ("C-c C-w" . jao-eww-close)))) + ("C-c C-w" . jao-eww-close) + ("M-i" . eww-toggle-images)))) #+end_src diff --git a/init.org b/init.org index a993e58..52f9401 100644 --- a/init.org +++ b/init.org @@ -2847,11 +2847,7 @@ (when (or p (y-or-n-p "Connect to telegram? ")) (telega)) (when (or p (y-or-n-p "Connect to libera? ")) - (circe "Libera Chat")) - (when (or p (y-or-n-p "Connect to OFTC? ")) - (circe "OFTC")) - (when (or p (y-or-n-p "Connect to signal?")) - (signel-start))) + (circe "Libera Chat"))) (pretty-hydra-define jao-hydra-chats (global-map "s-q" :color blue :quit-key "q") ("Connect" -- cgit v1.2.3