From a0e65b40f6a923122355c876983ecb8e3b799c2c Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 20 Sep 2025 22:54:02 +0100 Subject: shortcuts for r2e mode --- init.el | 14 ++++++++------ 1 file 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." -- cgit v1.2.3