Version 2.2.1 of package Engine-Mode has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Engine-Mode describes itself as: ================================================= Define and query search engines from within Emacs ================================================= More at https://elpa.nongnu.org/nongnu/engine-mode.html ## Summary: # engine-mode [](https://melpa.org/#/engine-mode) [](https://stable.melpa.org/#/engine-mode) [](https://www.gnu.org/licenses/gpl-3.0) `engine-mode` is a global minor mode for Emacs. It enables you to easily define search engines, bind them to keybindings, and query them from the comfort of your editor.  For example, suppose we want to be able to easily search GitHub: ```emacs (defengine github "https://github.com/search?ref=simplesearch&q=%s") ``` ## Recent NEWS: [Not available 🙁]