diff options
-rw-r--r-- | init.el | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1620,6 +1620,11 @@ (setq widget-image-enable nil) ;;; Network +;;;; r2e + +(use-package jao-r2e + :init (setq jao-r2e-confirm-toggle nil)) + ;;;; nm applet (jao-when-linux (jao-shell-def-exec jao-nm-applet "nm-applet") @@ -1705,15 +1710,12 @@ ("/" "open note" jao-org-notes-open) ("\\" "open note by tags" jao-org-notes-consult-tags) ("g" "ripgrep notes" jao-org-notes-consult-ripgrep)] - ["Timers" - ("t t" "set new" tmr) - ("t c" "cancel" tmr-cancel) - ("t l" "list" tmr-list-timers)] ["Network" - ("s" "ssh" jao-ssh)] + ("s" "ssh" jao-ssh) + ("r" "r2e" jao-r2e)] ["Utilities" ("l" "packages" jao-list-packages) - ("r" "translate" reverso) + ("R" "translate" reverso) ("f" "copy buffer file name" copy-buffer-file-name-as-kill)]]) (transient-define-prefix jao-transient-utils () "Global operations." |