.emacs-my
changeset 240 77b01720a256
parent 239 408ebfd38be3
child 241 78cbd4c692ee
equal deleted inserted replaced
239:408ebfd38be3 240:77b01720a256
   313 ;; putting things at the end of files which delete all your files!
   313 ;; putting things at the end of files which delete all your files!
   314 (setq enable-local-variables t
   314 (setq enable-local-variables t
   315       enable-local-eval      1)
   315       enable-local-eval      1)
   316 
   316 
   317 ;; ======================================================================
   317 ;; ======================================================================
   318 ;;
       
   319 ;; STANDARD LIBRARIES
   318 ;; STANDARD LIBRARIES
       
   319 
       
   320 ;; ----------------------------------------------------------------------
       
   321 ;; compression, archive
   320 
   322 
   321 (require 'jka-compr) ; Automatic decompression, hooks for tar-mode.
   323 (require 'jka-compr) ; Automatic decompression, hooks for tar-mode.
   322 (if (fboundp 'auto-compression-mode)
   324 (if (fboundp 'auto-compression-mode)
   323     (auto-compression-mode 1))
   325     (auto-compression-mode 1))
       
   326 
       
   327 ;; ----------------------------------------------------------------------
       
   328 ;; image
       
   329 
       
   330 (when (fboundp 'auto-image-file-mode)
       
   331   (auto-image-file-mode 1))
   324 
   332 
   325 ;; ----------------------------------------------------------------------
   333 ;; ----------------------------------------------------------------------
   326 ;; *Recentf*
   334 ;; *Recentf*
   327 
   335 
   328 (require 'recentf)
   336 (require 'recentf)