diff options
| -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." |
