Merge pull request #1810 from rgrinberg/use-mdfind-counsel-locate-mac

Use mdfind for counsel-locate on a Mac
This commit is contained in:
Henrik Lissner
2019-09-22 14:29:13 -04:00
committed by GitHub

View File

@ -226,6 +226,8 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
:config
(set-popup-rule! "^\\*ivy-occur" :size 0.35 :ttl 0 :quit nil)
(when IS-MAC
(setq counsel-locate-cmd #'counsel-locate-cmd-mdfind))
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)"
counsel-describe-function-function #'helpful-callable
counsel-describe-variable-function #'helpful-variable