branch: externals/hyperbole
commit 5e85e727729a0c62c9afc14df897f8c3cca29659
Author: Bob Weiner <r...@gnu.org>
Commit: Bob Weiner <r...@gnu.org>

    hyperbole-web-search-alist: Add 'ducKduckgo' search engine
---
 ChangeLog    | 1 +
 hsettings.el | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 03c9b62577..0b28e17d38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 * hsettings.el (hyperbole-web-search, hyperbole-read-web-search-arguments): 
Update
     to not prompt for search-term if the service is a function rather than a 
string.
     In such cases, the function should prompt for the search term.
+               (hyperbole-web-search-alist): Add 'ducKduckgo' search engine.
 
 2024-01-20  Mats Lidell  <ma...@gnu.org>
 
diff --git a/hsettings.el b/hsettings.el
index 2a51793411..01a7bc6304 100644
--- a/hsettings.el
+++ b/hsettings.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    15-Apr-91 at 00:48:49
-;; Last-Mod:     20-Jan-24 at 15:05:31 by Bob Weiner
+;; Last-Mod:     20-Jan-24 at 15:49:24 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -260,6 +260,7 @@ Hyperbole, and then restart Emacs."
     ("Bing" . "http://www.bing.com/search?q=%s";)
     ;; Wikipedia Dictionary
     ("Dictionary" . "https://en.wiktionary.org/wiki/%s";)
+    ("ducKduckgo" . "https://duckduckgo.com/?q=%s";)
     ("Elisp" . "http://www.google.com/search?q=%s+filetype:el";)
     ;; Facebook Hashtags
     ("Facebook" . "https://www.facebook.com/hashtag/%s";)

Reply via email to