summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-30 01:46:39 +0100
committerjao <jao@gnu.org>2025-09-30 01:46:39 +0100
commit1a54f3532dcd812b5b4c1c1ecfcf366d9aa10669 (patch)
tree7c9089f50fff716897645834b6cc4c16b2cdc77d /init.el
parentbaea1398986f71054566b1a5a05163d728c580a8 (diff)
downloadelibs-1a54f3532dcd812b5b4c1c1ecfcf366d9aa10669.tar.gz
elibs-1a54f3532dcd812b5b4c1c1ecfcf366d9aa10669.tar.bz2
tiny safari integration
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/init.el b/init.el
index 53631a4..7434c2f 100644
--- a/init.el
+++ b/init.el
@@ -1807,13 +1807,15 @@
("o" "open doc" jao-open-doc)
("s" "open skim doc" jao-skim-open-current-doc)
("c" "view cache" doc-view-dired-cache)]
+ ["Browse"
+ ("bn" "browse NNW article" jao-nnw-browse-current-article)
+ ("bs" "browse safary article" jao-safari-browse-current)]
["Network"
("S" "ssh" jao-ssh)
("r" "r2e" jao-r2e)]
["Utilities"
("l" "packages" jao-list-packages)
- ("f" "copy buffer file name" copy-buffer-file-name-as-kill)
- ("N" "browse NNW article" jao-nnw-browse-current-article)]])
+ ("f" "copy buffer file name" copy-buffer-file-name-as-kill)]])
(transient-define-prefix jao-transient-utils ()
"Global operations."