summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/init.el b/init.el
index 3dd793d..1140378 100644
--- a/init.el
+++ b/init.el
@@ -1788,7 +1788,6 @@
("?" "help" describe-mode)
("q" "quit" transient-quit-one)]))
-
;;;; and more
(jao-when-linux (require 'jao-custom-chats))
@@ -1997,13 +1996,13 @@
("f" "main" jao-afio-goto-main)
("a" "save configuration" jao-afio-save-configuration)]
["Chats"
- ("T" "telegram rooster" jao-telega)]
+ ("T" "telegram rooster" jao-telega)
+ ("M" "mastodon" mastodon)]
["Network"
+ ("S" "sieve" jao-sieve-manage)
("s" "ssh" jao-ssh)
("r" "r2e" jao-r2e)
- ("j" "notmuch jump" jao-notmuch-jump)
- ("M" "mastodon" mastodon)
- ("S" "sieve" jao-sieve-manage)]
+ ("j" "notmuch jump" jao-notmuch-jump)]
["Utilities"
("m" "mpc" jao-transient-media)
("l" "packages" jao-list-packages)