From 5c5b4931cf2b41559b99d04b2612a96c3997b6c9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 4 Jun 2018 18:30:25 +0200 Subject: [PATCH] Autoload the +macos!open-width macro --- modules/tools/macos/autoload.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tools/macos/autoload.el b/modules/tools/macos/autoload.el index 46323f7d3..a500e110c 100644 --- a/modules/tools/macos/autoload.el +++ b/modules/tools/macos/autoload.el @@ -18,6 +18,7 @@ (message "Running: %s" command) (shell-command command))) +;;;###autoload (defmacro +macos!open-with (id &optional app dir) `(defun ,(intern (format "+macos/%s" id)) () (interactive)