.emacs-my
changeset 958 f93fa1c0f480
parent 957 15fc17674517
child 964 9382e2dce0ed
equal deleted inserted replaced
957:15fc17674517 958:f93fa1c0f480
  2269 (message "ECB")
  2269 (message "ECB")
  2270 
  2270 
  2271 (setq ecb-tip-of-the-day nil)
  2271 (setq ecb-tip-of-the-day nil)
  2272 
  2272 
  2273 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2273 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
       
  2274 (message "htmlize")
       
  2275 
       
  2276 (setq
       
  2277  htmlize-html-charset "utf-8"
       
  2278  htmlize-output-type 'inline-css
       
  2279  htmlize-html-major-mode 'html-mode
       
  2280  htmlize-convert-nonascii-to-entities nil)
       
  2281 
       
  2282 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2274 (message "html")
  2283 (message "html")
  2275 
  2284 
  2276 (defun html-charref-escape-region (start end)
  2285 (defun html-charref-escape-region (start end)
  2277   (interactive "r")
  2286   (interactive "r")
  2278   (save-excursion
  2287   (save-excursion