# HG changeset patch # User Oleksandr Gavenko # Date 1350119282 -10800 # Node ID f93fa1c0f480633687ae4786a1c198b35fc108c5 # Parent 15fc17674517d30c05c6c536c0c930263eeadb6e Add customisation for 'htmlize'. diff -r 15fc17674517 -r f93fa1c0f480 .emacs-my --- a/.emacs-my Fri Oct 12 18:38:17 2012 +0300 +++ b/.emacs-my Sat Oct 13 12:08:02 2012 +0300 @@ -2271,6 +2271,15 @@ (setq ecb-tip-of-the-day nil) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(message "htmlize") + +(setq + htmlize-html-charset "utf-8" + htmlize-output-type 'inline-css + htmlize-html-major-mode 'html-mode + htmlize-convert-nonascii-to-entities nil) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "html") (defun html-charref-escape-region (start end)