(setq x-select-enable-clipboard t)
(setq interprogram-paste-function 'x-cut-buffer-or-selection-value)
+(setq auto-mode-alist (cons '(".mail" . message-mode) auto-mode-alist))
+
;; Quand vous recevez un fichier .txt d'une machine dos/windows il est
;; très énervant de voir les ^M a chaque fin de ligne, utiliser M-x
;; dos-unix pour vous en débarrasser. (J. Danjou)
'(muse-wiki-publish-small-title-words (quote ("the" "and" "at" "on" "of" "for" "in" "an" "a" "page" "anime")))
'(muse-xhtml-footer "~/documents/wiki/common/footer.html")
'(muse-xhtml-header "~/documents/wiki/common/header.html")
- '(safe-local-variable-values (quote ((TeX-PDF-mode . "PDF") (TeX-PDF-mode . PDF)))))
+ '(safe-local-variable-values (quote ((sh-indentation . 2) (TeX-PDF-mode . "PDF") (TeX-PDF-mode . PDF)))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.