mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -18,6 +18,8 @@
|
|||||||
(message "Running: %s" command)
|
(message "Running: %s" command)
|
||||||
(shell-command command)))
|
(shell-command command)))
|
||||||
|
|
||||||
|
(setq locate-command "mdfind")
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defmacro +macos--open-with (id &optional app dir)
|
(defmacro +macos--open-with (id &optional app dir)
|
||||||
`(defun ,(intern (format "+macos/%s" id)) ()
|
`(defun ,(intern (format "+macos/%s" id)) ()
|
||||||
|
Reference in New Issue
Block a user