Autoload the +macos!open-width macro
This commit is contained in:
parent
7493c953fd
commit
5c5b4931cf
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue