From 23e4b5c42e46c035a4c5865194e9dd40f696d5cd Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Wed, 8 Apr 2020 23:36:56 +0200
Subject: [PATCH] Corrige les sorties de code source pour les exports html
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Utilise maintenant le css plutôt qu'une traduction des couleurs Emacs,
ce qui pouvait avoir un rendu illisible.
---
 Configuration.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configuration.org b/Configuration.org
index 719ab7c..441057b 100644
--- a/Configuration.org
+++ b/Configuration.org
@@ -129,6 +129,7 @@ Org bullets makes things look pretty
    '(org-startup-indented t)
    '(org-confirm-babel-evaluate nil)
    '(org-src-fontify-natively t)
+   '(org-html-htmlize-output-type 'css)
    '(org-latex-listings 'minted))
 
   (setq org-file-apps
-- 
GitLab