org: better syntax highlighting
* doc/org/init.el.in: Activate CSS for code fragments. * doc/org/spot.css: Style relevant elements.
This commit is contained in:
parent
5bfd0267e7
commit
24a8affbc5
2 changed files with 11 additions and 2 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
(print (concat "Org " (org-version)))
|
||||
(setq org-export-htmlize-output-type 'css)
|
||||
(setq org-html-htmlize-output-type 'css)
|
||||
; the .org-timestamp directory does not always exist, is not always
|
||||
; created by org, and that causes issues on our buildfarm.
|
||||
(setq org-publish-use-timestamps-flag nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue