branch: elpa/engine-mode commit e99f2058732334169a6d955ddfd201f99897fb03 Author: Harry R. Schwartz <he...@harryrschwartz.com> Commit: Harry R. Schwartz <he...@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")