* lisp/net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
This commit is contained in:
parent
be2aa13578
commit
c048c02287
2 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue