Reduce line count by 1

This commit is contained in:
Gerard Vermeulen 2023-06-21 10:49:02 +02:00
parent 47b38aa1b5
commit 1f2c389858

View File

@ -2524,8 +2524,7 @@ else:
Set ~org-html-style-default~ option to add =HTML+CSS+JS= for ~mhtml-mode~:
#+begin_src emacs-lisp -n :eval no-export :exports never :results silent
(setopt org-html-style-default
"<style>
(setopt org-html-style-default "<style>
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }