From 52bf238b2f51490c18e434b928dc8ca7e6bae8f3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 20 Dec 2019 13:53:54 -0500 Subject: [PATCH] completion/ivy: make counsel-search use standard url --- modules/completion/ivy/config.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 562d9a6db..99d8950f8 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -265,7 +265,11 @@ evil-ex-specific constructs, so we disable it solely in evil-ex." (ivy-add-actions '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