emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive 6fd5ab44d0 1/4: Docs: Document webjump integrat


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 6fd5ab44d0 1/4: Docs: Document webjump integration
Date: Sat, 2 Dec 2023 00:59:58 -0500 (EST)

branch: elpa/hyperdrive
commit 6fd5ab44d014f59568bf707ab6446a9bd963914b
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Docs: Document webjump integration
---
 doc/hyperdrive.org  | 13 +++++++++++++
 doc/hyperdrive.texi | 17 +++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/doc/hyperdrive.org b/doc/hyperdrive.org
index 4ab4a4d21a..83b3b8bf35 100644
--- a/doc/hyperdrive.org
+++ b/doc/hyperdrive.org
@@ -723,6 +723,19 @@ Embark users can run ~embark-act~ in the 
~hyperdrive-complete-hyperdrive~
 ~completing-read~ interface in order to select an alternative action for
 the selected hyperdrive.
 
+*** Webjump integration
+#+findex: webjump
+#+vindex: webjump-sites
+
+You can jump to a ~hyper://~ link with ~M-x webjump~ after adding it to
+~webjump-sites~:
+
+#+begin_src emacs-lisp
+  (add-to-list
+   'webjump-sites
+   '("USHIN Hyperdrive" . 
"hyper://aaj45d88g4eenu76rpmwzjiabsof1w8u6fufq6oogyhjk1ubygxy/"))
+#+end_src
+
 * Concepts
 
 ** Hyperdrive
diff --git a/doc/hyperdrive.texi b/doc/hyperdrive.texi
index 9bfb2185f5..b412a55038 100644
--- a/doc/hyperdrive.texi
+++ b/doc/hyperdrive.texi
@@ -122,6 +122,7 @@ Miscellaneous features
 
 * Find file at point integration::
 * Embark integration::
+* Webjump integration::
 
 Concepts
 
@@ -1009,6 +1010,7 @@ For example usage, see @ref{Mirror a whole directory} and 
@ref{Mirror files by t
 @menu
 * Find file at point integration::
 * Embark integration::
+* Webjump integration::
 @end menu
 
 @node Find file at point integration
@@ -1029,6 +1031,21 @@ Embark users can run @code{embark-act} in the 
@code{hyperdrive-complete-hyperdri
 @code{completing-read} interface in order to select an alternative action for
 the selected hyperdrive.
 
+@node Webjump integration
+@subsection Webjump integration
+
+@findex webjump
+@vindex webjump-sites
+
+You can jump to a @code{hyper://} link with @code{M-x webjump} after adding it 
to
+@code{webjump-sites}:
+
+@lisp
+(add-to-list
+ 'webjump-sites
+ '("USHIN Hyperdrive" . 
"hyper://aaj45d88g4eenu76rpmwzjiabsof1w8u6fufq6oogyhjk1ubygxy/"))
+@end lisp
+
 @node Concepts
 @chapter Concepts
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]