mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
config/default: fix missing +ivy-do-action! error when ivy module is disabled
This commit is contained in:
@ -393,11 +393,12 @@
|
|||||||
[escape] #'company-search-abort))
|
[escape] #'company-search-abort))
|
||||||
|
|
||||||
;; counsel
|
;; counsel
|
||||||
(:after counsel
|
(:when (featurep! :completion ivy)
|
||||||
(:map counsel-ag-map
|
(:after counsel
|
||||||
[backtab] #'+ivy/wgrep-occur ; search/replace on results
|
(:map counsel-ag-map
|
||||||
"C-SPC" #'ivy-call-and-recenter ; preview
|
[backtab] #'+ivy/wgrep-occur ; search/replace on results
|
||||||
"M-RET" (+ivy-do-action! #'+ivy-git-grep-other-window-action)))
|
"C-SPC" #'ivy-call-and-recenter ; preview
|
||||||
|
"M-RET" (+ivy-do-action! #'+ivy-git-grep-other-window-action))))
|
||||||
|
|
||||||
;; easymotion
|
;; easymotion
|
||||||
:m "gs" #'+default/easymotion ; lazy-load `evil-easymotion'
|
:m "gs" #'+default/easymotion ; lazy-load `evil-easymotion'
|
||||||
|
Reference in New Issue
Block a user