From: Peng Li Date: Wed, 20 Sep 2017 13:22:44 +0000 (+0800) Subject: Emacs - suppress the errors at statup X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=5ec4fc25bc5d9ad51e619b8c36aa11947b37fbb2;p=dotfiles.git Emacs - suppress the errors at statup --- 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