config/default: fix missing +ivy-do-action! error when ivy module is disabled
This commit is contained in:
parent
e99d5c6624
commit
81d3fe4a82
1 changed files with 6 additions and 5 deletions
|
@ -393,11 +393,12 @@
|
|||
[escape] #'company-search-abort))
|
||||
|
||||
;; counsel
|
||||
(:when (featurep! :completion ivy)
|
||||
(:after counsel
|
||||
(:map counsel-ag-map
|
||||
[backtab] #'+ivy/wgrep-occur ; search/replace on results
|
||||
"C-SPC" #'ivy-call-and-recenter ; preview
|
||||
"M-RET" (+ivy-do-action! #'+ivy-git-grep-other-window-action)))
|
||||
"M-RET" (+ivy-do-action! #'+ivy-git-grep-other-window-action))))
|
||||
|
||||
;; easymotion
|
||||
:m "gs" #'+default/easymotion ; lazy-load `evil-easymotion'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue