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:
parent
5deb9b2ce9
commit
212bdf8ae5
1 changed files with 2 additions and 0 deletions
|
@ -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)) ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue