From 5ec4fc25bc5d9ad51e619b8c36aa11947b37fbb2 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Wed, 20 Sep 2017 21:22:44 +0800 Subject: [PATCH] Emacs - suppress the errors at statup --- emacs.d/config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index a1b13cd..ea907a2 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -761,7 +761,7 @@ Always indents header, and hide header leading starts so that no need type =#+ST (setq org-ditaa-jar-path "/usr/local/Cellar/ditaa/0.9/libexec/ditaa0_9.jar") (unless (file-exists-p org-ditaa-jar-path) - (warn "seudut: ditaa.jar not found at %s " org-ditaa-jar-path)) + (message "seudut: ditaa.jar not found at %s " org-ditaa-jar-path)) (org-babel-do-load-languages 'org-babel-load-languages '((python . t) @@ -2901,7 +2901,7 @@ config from [[http://www.kirang.in/2014/11/13/emacs-as-email-client-with-offline (:mailing-list . 20) (:thread-subject . 70) (:human-date . 16)))) - (warn "seudut:mu4e not installed, it won't work.")) + (message "seudut:mu4e not installed, it won't work.")) #+END_SRC ** Smtp - send mail -- 2.11.0