# HG changeset patch # User Oleksandr Gavenko # Date 1463344266 -10800 # Node ID af560c8f3d54cfe343fd604c2732f91d483937e9 # Parent 9bcbc0eb010764323fee16d9a8c375d1d84d9709 Fix: Error: Cannot open load file: no such file or directory, htmlize. diff -r 9bcbc0eb0107 -r af560c8f3d54 .emacs-my --- a/.emacs-my Sun May 15 23:28:47 2016 +0300 +++ b/.emacs-my Sun May 15 23:31:06 2016 +0300 @@ -3030,7 +3030,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "htmlize") -(eval-when 'compile (require 'htmlize)) +(eval-when 'compile (require 'htmlize nil t)) (setq htmlize-html-charset "utf-8"