diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/init.el b/emacs/init.el index 7c3317b..a562e75 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -455,23 +455,14 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." :html-head-include-scripts nil :html-doctype "html5" ;; :html-validation-link nil - :html-preamble "" :html-postamble ,noa/website-footer - :html-home/up-format "" :html-link-up "" - :html-html5-fancy t :html-indent t - :html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"love.css\" /> <meta name=\"color-scheme\" content=\"light dark\">" - - :html-divs ((preamble "header" "") - (content "main" "") - (postamble "footer" "")) - :auto-sitemap t :sitemap-filename "/home/noa/projects/org-website/index.org" :sitemap-title "noa.pub" |