diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index a562e75..f7cd0b4 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -341,7 +341,7 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (setopt org-export-with-sub-superscripts t) (setopt org-html-head-include-default-style nil org-html-head-include-scripts nil - org-html-validation-link nil + org-html-validation-link "" org-html-indent t) |