diff options
| -rw-r--r-- | custom/jao-custom-completion.el | 2 | ||||
| -rw-r--r-- | init.el | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index 3076c3a..18f27d4 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -1,7 +1,5 @@ ;; -*- lexical-binding: t; -*- -(require 'jao-r2e) - ;;; builtin completion (setq tab-always-indent 'complete read-extended-command-predicate #'command-completion-default-include-p @@ -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) |
