Home / Emacs / Org / Configuration
Enable syntax highlighting in HTML exports
Syntax-highlight code in HTML exports.
(with-eval-after-load 'package
(add-to-list 'package-selected-packages 'htmlize))
Home / Emacs / Org / Configuration
Syntax-highlight code in HTML exports.
(with-eval-after-load 'package
(add-to-list 'package-selected-packages 'htmlize))