# HG changeset patch # User Oleksandr Gavenko # Date 1308861930 -10800 # Node ID 9639cfe1e0b262821f2eb8c9471b44dc9745aad3 # Parent 243f52487da74f3168e6042f3a419bee635ce325 simplify diff -r 243f52487da7 -r 9639cfe1e0b2 .emacs-my --- a/.emacs-my Sun Jun 19 23:16:11 2011 +0300 +++ b/.emacs-my Thu Jun 23 23:45:30 2011 +0300 @@ -669,9 +669,8 @@ ;; Exclude .svg image from supported image list, as Emacs doesn't come ;; with SVG shared library. (setq image-file-name-extensions (remove "svg" image-file-name-extensions)) - (when auto-image-file-mode - ;; Re-initialize the image-file handler. - (auto-image-file-mode t)) + ;; Re-initialize the image-file handler. + (auto-image-file-mode t) )) ;;; ----------------------------------------------------------------