diff options
author | jao <jao@gnu.org> | 2025-09-30 01:46:39 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-30 01:46:39 +0100 |
commit | 1a54f3532dcd812b5b4c1c1ecfcf366d9aa10669 (patch) | |
tree | 7c9089f50fff716897645834b6cc4c16b2cdc77d /init.el | |
parent | baea1398986f71054566b1a5a05163d728c580a8 (diff) | |
download | elibs-1a54f3532dcd812b5b4c1c1ecfcf366d9aa10669.tar.gz elibs-1a54f3532dcd812b5b4c1c1ecfcf366d9aa10669.tar.bz2 |
tiny safari integration
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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." |