summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org10
1 files changed, 7 insertions, 3 deletions
diff --git a/init.org b/init.org
index dddd285..64dc419 100644
--- a/init.org
+++ b/init.org
@@ -1533,6 +1533,10 @@
doc-view-scroll-down-or-previous-page
doc-view-previous-line-or-previous-page
doc-view-next-line-or-next-page
+ image-forward-hscroll
+ image-backward-hscroll
+ image-scroll-down
+ image-scroll-up
image-eol
image-bol))
(advice-add f :after #'jao--refresh))
@@ -2888,7 +2892,7 @@
(when (or p (y-or-n-p "Connect to telegram? "))
(telega))
(when (or p (y-or-n-p "Connect to libera? "))
- (if (y-or-n-p "Circe?") (circe "Libera Chat") (jao-erc))))
+ (circe "Libera Chat")))
(pretty-hydra-define jao-hydra-chats (global-map "s-q" :color blue :quit-key "q")
("Connect"
@@ -3099,8 +3103,8 @@
(("S" jao-ssh "ssh")
("T" telega "telegram rooster")
;; ("b" jao-exwm-bluetooth "bluetooth")
- ;; ("m" run-proton-bridge "proton bridge")
- ;; ("v" jao-exwm-proton-vpn "proton vpn")
+ ("m" run-proton-bridge "proton bridge")
+ ("v" jao-exwm-proton-vpn "proton vpn")
("c" (jao-chats t) "connect chats"))
"Monitors"
(("p" jao-term-htop "htop")