Autoload the +macos!open-width macro

This commit is contained in:
Henrik Lissner
2018-06-04 18:30:25 +02:00
parent 7493c953fd
commit 5c5b4931cf

View File

@ -18,6 +18,7 @@
(message "Running: %s" command) (message "Running: %s" command)
(shell-command command))) (shell-command command)))
;;;###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)) ()
(interactive) (interactive)