diff options
| author | jao <jao@gnu.org> | 2026-08-28 10:05:24 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-08-28 10:05:24 +0100 |
| commit | d52bf7a3a1e5b8798b56486b05dd7c1b6967fbcf (patch) | |
| tree | 816120827f419da34667a54022e1abb459c139b1 | |
| parent | b1b9d3921341ce79555ec2a3f55313db38e535f2 (diff) | |
| download | elibs-d52bf7a3a1e5b8798b56486b05dd7c1b6967fbcf.tar.gz elibs-d52bf7a3a1e5b8798b56486b05dd7c1b6967fbcf.tar.bz2 | |
transient utils tweaks
| -rw-r--r-- | init.el | 29 |
1 files changed, 16 insertions, 13 deletions
@@ -2073,6 +2073,7 @@ (jao-def-exec-in-term "aptitude" "aptitude" (jao-afio-goto-scratch)) (jao-def-exec-in-term "htop" "htop" (jao-afio-goto-scratch)) +(jao-def-exec-in-term "sudo-htop" "sudo htop" (jao-afio-goto-scratch)) (defun jao-sieve-manage () (interactive) @@ -2112,12 +2113,12 @@ ("d" "go to doc" jao-select-pdf) ("o" "open doc" jao-open-doc) ("c" "view cache" doc-view-dired-cache)] - ["External" - ("xn" "browse NNW article" jao-nnw-browse-current-article) - ("xs" "browse safary article" jao-safari-internal-browse) - ("xk" "open skim doc" jao-open-skim-doc-in-emacs) - ("xe" "choose an emoji" ns-do-show-character-palette - :if display-graphic-p)] + ;; ["External" + ;; ("xn" "browse NNW article" jao-nnw-browse-current-article) + ;; ("xs" "browse safary article" jao-safari-internal-browse) + ;; ("xk" "open skim doc" jao-open-skim-doc-in-emacs) + ;; ("xe" "choose an emoji" ns-do-show-character-palette + ;; :if display-graphic-p)] ["Blog" ("bn" "create post" jao-org-static-blog-create-new-post) ("bd" "create draft" jao-org-static-blog-create-new-draft) @@ -2127,20 +2128,22 @@ ("z" "docs" jao-afio-goto-docs) ("w" "wwww" jao-afio-goto-www) ("f" "main" jao-afio-goto-main) - ("a" "save configuration" jao-afio-save-configuration)] - ["Chats" - ("T" "telegram rooster" jao-telega) - ("M" "mastodon" mastodon)] + ;; ("a" "save configuration" jao-afio-save-configuration) + ] ["Network" ("S" "sieve" jao-sieve-manage) ("s" "ssh" jao-ssh) ("r" "r2e" jao-r2e) - ("j" "notmuch jump" jao-notmuch-jump)] + ("T" "telegram rooster" jao-telega) + ("M" "mastodon" mastodon) + ;; ("j" "notmuch jump" jao-notmuch-jump) + ] ["Utilities" - ("m" "mpc" jao-transient-media) ("l" "packages" jao-list-packages) + ("F" "copy buffer file name" copy-buffer-file-name-as-kill) ("p" "passwords" password-store-menu) - ("F" "copy buffer file name" copy-buffer-file-name-as-kill)]])) + ("m" "music" jao-transient-media) + ("t" "htop" jao-term-sudo-htop)]])) (transient-define-prefix jao-transient-utils () "Global operations." |
