Add DuckDuckGo search engine in the default list.
This commit is contained in:
parent
8e573e1eb8
commit
7cca7f718e
1 changed files with 4 additions and 3 deletions
|
@ -81,6 +81,7 @@ PROMPT sets the `read-string prompt."
|
|||
(prelude-install-search-engine "google" "http://www.google.com/search?q=" "Google: ")
|
||||
(prelude-install-search-engine "youtube" "http://www.youtube.com/results?search_query=" "Search YouTube: ")
|
||||
(prelude-install-search-engine "github" "https://github.com/search?q=" "Search GitHub: ")
|
||||
(prelude-install-search-engine "duckduckgo" "https://duckduckgo.com/?t=lm&q=" "Search DuckDuckGo: ")
|
||||
|
||||
(defun prelude-indent-rigidly-and-copy-to-clipboard (begin end arg)
|
||||
"Indent region between BEGIN and END by ARG columns and copy to clipboard."
|
||||
|
|
Loading…
Reference in a new issue