From 70fb602e79aa54f728e24fe8838ab1de21715734 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 1 Jan 2021 10:57:48 -0600 Subject: Fix messages syntax --- config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index 0435dc9..3069841 100644 --- a/config.org +++ b/config.org @@ -1263,7 +1263,7 @@ I realized I didn’t need =early-init.el=, since it really only set =load-prefe (when (file-newer-than-file-p config (expand-file-name "README.md" user-emacs-directory)) - (message "Exporting README.md...") + (message "%s" "Exporting README.md...") (require 'ox-md) (with-demoted-errors "Problem exporting README.md: %S" (org-md-export-to-markdown))) @@ -1271,11 +1271,11 @@ I realized I didn’t need =early-init.el=, since it really only set =load-prefe (when (file-newer-than-file-p config (expand-file-name "config.el" user-emacs-directory)) - (message "Tangling config.org...") + (message "%s" "Tangling config.org...") (require 'org) (let ((inits (org-babel-tangle))) ;; byte-compile resulting files - (message "Byte-compiling...") + (message "%s" "Byte-compiling...") (dolist (f inits) (when (string-match "\\.el\\'" f) (byte-compile-file f (not disable-load))))))))))) -- cgit 1.4.1-21-gabe81