diff --git a/.emacs b/.emacs
index 2c2b7d41d68af0a0b38a4ad1dce3f443f248cb61..e784172fb420892c2e613213aee4681141f5590f 100644
--- a/.emacs
+++ b/.emacs
@@ -232,6 +232,13 @@
 (use-package flycheck
   :ensure t)
 
+;; Les couleurs ansi
+
+(require 'ansi-color)
+(defun display-ansi-colors ()
+  (interactive)
+  (ansi-color-apply-on-region (point-min) (point-max)))
+
 ;; Pour une ouverture intelligente des fichiers recherchés
 ;; en fonction du contexte
 (use-package ffap