diff -r 8c3600d2317d -r ac43014e461d .emacs-my --- a/.emacs-my Sat Feb 28 14:10:39 2015 +0200 +++ b/.emacs-my Sat Feb 28 14:11:53 2015 +0200 @@ -2818,8 +2818,9 @@ ;; (package-install 'css-eldoc) -(when (fboundp 'css-eldoc-enable) - (css-eldoc-enable)) +(eval-after-load 'css-mode + (when (fboundp 'css-eldoc-enable) + (css-eldoc-enable))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "htmlize")