Set locate-command in tools macos

It should be mdfind since spot light is on by default

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2019-09-23 17:47:58 +09:00
parent 5deb9b2ce9
commit 212bdf8ae5

View file

@ -18,6 +18,8 @@
(message "Running: %s" command)
(shell-command command)))
(setq locate-command "mdfind")
;;;###autoload
(defmacro +macos--open-with (id &optional app dir)
`(defun ,(intern (format "+macos/%s" id)) ()