Merge pull request #1810 from rgrinberg/use-mdfind-counsel-locate-mac
Use mdfind for counsel-locate on a Mac
This commit is contained in:
commit
30f15189e4
1 changed files with 2 additions and 0 deletions
|
@ -226,6 +226,8 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
||||||
:config
|
:config
|
||||||
(set-popup-rule! "^\\*ivy-occur" :size 0.35 :ttl 0 :quit nil)
|
(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?\\)"
|
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)"
|
||||||
counsel-describe-function-function #'helpful-callable
|
counsel-describe-function-function #'helpful-callable
|
||||||
counsel-describe-variable-function #'helpful-variable
|
counsel-describe-variable-function #'helpful-variable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue