completion/ivy: make counsel-search use standard url

This commit is contained in:
Henrik Lissner 2019-12-20 13:53:54 -05:00
parent 27cabea6b6
commit 52bf238b2f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -265,7 +265,11 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
(ivy-add-actions (ivy-add-actions
'counsel-ag ; also applies to `counsel-rg' 'counsel-ag ; also applies to `counsel-rg'
'(("O" +ivy-git-grep-other-window-action "open in other window")))) '(("O" +ivy-git-grep-other-window-action "open in other window")))
;; `counsel-search'
(setf (nth 1 (alist-get 'ddg counsel-search-engines-alist))
"https://duckduckgo.com/?q="))
(use-package! counsel-projectile (use-package! counsel-projectile