mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/ivy: make counsel-search use standard url
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user