summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--init.el14
1 files changed, 8 insertions, 6 deletions
diff --git a/init.el b/init.el
index 7486b75..ea47bd6 100644
--- a/init.el
+++ b/init.el
@@ -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."