help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: JIT Emacs parallel world


From: Tomas Nordin
Subject: Re: JIT Emacs parallel world
Date: Thu, 25 Oct 2018 21:25:39 +0200

Emanuel Berg <moasen@zoho.com> writes:

> Richard Melville wrote:
>
>> Now that you have Emacs-26 why not use EWW
>> which comes pre-installed. I've stopped using
>> Emacs-w3m in favour of EWW, mainly because
>> EWW comes with the DuckDuckGo search engine.
>
> I have tons of stuff with Emacs-w3m [1] and
> I don't feel like porting that to EWW for the
> sake of a search engine :) Besides cannot one
> use DuckDuckGo with Emacs-w3m as well?

Yes, of course:

(use-package w3m-search
  :config
  (add-to-list 'w3m-search-engine-alist
               '("duck" "https://duckduckgo.com/lite/?q=%s";))
  (setq w3m-search-default-engine "duck"))

this is what I have, configured with the package use-package.

>
> [1] http://user.it.uu.se/~embe8573/emacs-init/w3m/
>
> -- 
> underground experts united
> http://user.it.uu.se/~embe8573



reply via email to

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