From 8fbb66a7d9f4e2b222244f5771e6dc9eba170fbe Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 4 Jan 2026 18:57:58 +0000 Subject: more nits --- custom/jao-custom-completion.el | 2 -- 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 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) -- cgit v1.2.3