Merge pull request #1813 from rgrinberg/set-locate-command-macos
Set locate-command in tools macos
This commit is contained in:
commit
89242f83d2
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
;;; tools/macos/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(setq locate-command "mdfind")
|
||||
|
||||
;;;###autoload
|
||||
(defun +macos-open-with (&optional app-name path)
|
||||
"Send PATH to APP-NAME on OSX."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue