From 1a54f3532dcd812b5b4c1c1ecfcf366d9aa10669 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 30 Sep 2025 01:46:39 +0100 Subject: tiny safari integration --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.el') 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." -- cgit v1.2.3