diff options
author | Thanos Apollo <[email protected]> | 2024-06-16 17:33:56 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-06-16 17:33:56 +0300 |
commit | 7a68a65ba5a02fe3325ecfbe5ebd836a67976227 (patch) | |
tree | 0f457b62161d6f761b17f012524a9cb0f34b9d8b /.config/nyxt | |
parent | 11ebdca3eabedf65046bbef10f3127f50d522bce (diff) |
nyxt: Update default search engine
Diffstat (limited to '.config/nyxt')
-rw-r--r-- | .config/nyxt/default-search.lisp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/nyxt/default-search.lisp b/.config/nyxt/default-search.lisp index 5f4595e..8f286df 100644 --- a/.config/nyxt/default-search.lisp +++ b/.config/nyxt/default-search.lisp @@ -5,8 +5,7 @@ '("gh" "https://github.com/search?q=~a" "https://github.com") '("aa" "https://annas-archive.org/search?q=~a" "https://annas-archive.org/") '("duck" "https://duckduckgo.com/?q=~a" "https://duckduckgo.com/") - ;; '("thanos" "https://search.thanosapollo.org/search?q=~a" "https://search.thanosapollo.org") - ) + '("thanos" "https://search.thanosapollo.org/search?q=~a" "https://search.thanosapollo.org")) "List of search engines.") (define-configuration context-buffer |