mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
* lisp/net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
This commit is contained in:
parent
be2aa13578
commit
c048c02287
@ -1,3 +1,7 @@
|
||||
2013-06-17 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
|
||||
|
||||
2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
* emacs-lisp/package.el (package-load-descriptor): Remove
|
||||
|
@ -217,6 +217,9 @@
|
||||
"www.emacswiki.org/cgi-bin/wiki/" ""])
|
||||
|
||||
;; Internet search engines.
|
||||
("DuckDuckGo" .
|
||||
[simple-query "duckduckgo.com"
|
||||
"duckduckgo.com/?q=" ""])
|
||||
("Google" .
|
||||
[simple-query "www.google.com"
|
||||
"www.google.com/search?q=" ""])
|
||||
|
Loading…
x
Reference in New Issue
Block a user