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

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

[nongnu] elpa/engine-mode e99f205873 57/71: Document a definition of the


From: ELPA Syncer
Subject: [nongnu] elpa/engine-mode e99f205873 57/71: Document a definition of the Qwant search engine
Date: Wed, 21 Dec 2022 09:59:16 -0500 (EST)

branch: elpa/engine-mode
commit e99f2058732334169a6d955ddfd201f99897fb03
Author: Harry R. Schwartz <hello@harryrschwartz.com>
Commit: Harry R. Schwartz <hello@harryrschwartz.com>

    Document a definition of the Qwant search engine
    
    Thanks to @tomekw for the suggestion!
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 5374f982c8..0dc5f496ed 100644
--- a/README.md
+++ b/README.md
@@ -163,6 +163,9 @@ to import them into Emacs.
 (defengine project-gutenberg
   "http://www.gutenberg.org/ebooks/search/?query=%s";)
 
+(defengine qwant
+  "https://www.qwant.com/?q=%s";)
+
 (defengine rfcs
   "http://pretty-rfc.herokuapp.com/search?q=%s";)
 



reply via email to

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