Skip to content

Commit

Permalink
Use Google as the default search engine
Browse files Browse the repository at this point in the history
Since DDG has been blocking requests lately #16
  • Loading branch information
samtay committed Feb 22, 2022
1 parent 49f5956 commit 6c7c2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl fmt::Display for SearchEngine {

impl Default for SearchEngine {
fn default() -> Self {
SearchEngine::DuckDuckGo
SearchEngine::Google
}
}

Expand Down

0 comments on commit 6c7c2b1

Please sign in to comment.