[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
- JIT Emacs parallel world, Emanuel Berg, 2018/10/19
- Re: JIT Emacs parallel world, Phillip Lord, 2018/10/20
- Re: JIT Emacs parallel world, Emanuel Berg, 2018/10/20
- Re: JIT Emacs parallel world, Phillip Lord, 2018/10/20
- Re: JIT Emacs parallel world, Emanuel Berg, 2018/10/20
- Re: JIT Emacs parallel world, Emanuel Berg, 2018/10/24
- Re: JIT Emacs parallel world, Richard Melville, 2018/10/25
- Re: JIT Emacs parallel world, Emanuel Berg, 2018/10/25
- Re: JIT Emacs parallel world,
Tomas Nordin <=
- Re: JIT Emacs parallel world, Andreas Röhler, 2018/10/26
- Re: JIT Emacs parallel world, Emanuel Berg, 2018/10/26