engine-mode icon indicating copy to clipboard operation
engine-mode copied to clipboard

Minor mode for defining and querying search engines through Emacs.

Results 3 engine-mode issues
Sort by recently updated
recently updated
newest added

I've configured this engine: ```emacs-lisp (setq engine/browser-function #'browse-url-firefox) (defengine duckduckgo "https://duckduckgo.com/?q=%s" :browser 'eww-browse-url :keybinding "d") ``` I guess the expected behavior is to open the duckduckgo URL with EWW, and...

It's nice for me, but I feel a little additional step that is pressing enter when it searchs. Is it possible to use without prompting message that requires enter?