mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Autoload the +macos!open-width macro
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user