diff options
| author | jao <jao@gnu.org> | 2026-01-04 18:57:58 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-01-04 18:57:58 +0000 |
| commit | 8fbb66a7d9f4e2b222244f5771e6dc9eba170fbe (patch) | |
| tree | fef227a24f9c898f5223954a42edcb56e968a069 | |
| parent | da7981872b63de05891b3db3b851f35cbaa5b2f7 (diff) | |
| download | elibs-main.tar.gz elibs-main.tar.bz2 | |
more nitsmain
| -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) |
