From 08c09c2898d830a6aebf8e0813b7ebe291ba7119 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 24 Aug 2018 01:12:05 +0200 Subject: [PATCH] bin/doom patch-macos: show "Patching X" message --- core/core-cli.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-cli.el b/core/core-cli.el index cb1387ddc..c20644147 100644 --- a/core/core-cli.el +++ b/core/core-cli.el @@ -367,6 +367,7 @@ packages and regenerates the autoloads file." ((or doom-auto-accept (y-or-n-p (concat "/Applications/Emacs.app needs to be patched. See `bin/doom help patch-macos' for why and how.\n\n" "Patch Emacs.app?"))) + (message "Patching '%s'" appdir) (copy-file oldbin newbin nil nil nil 'preserve-permissions) (unless (file-exists-p newbin) (error "Failed to copy %s to %s" oldbin newbin))