From 324d7847f91c6d64a6da1f23ac096cf769886fc8 Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Mon, 6 Apr 2020 09:01:45 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9liore=20la=20visibilit=C3=A9=20des=20pa?= =?UTF-8?q?renth=C3=A8ses=20respondantes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configuration.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Configuration.org b/Configuration.org index 3ce9f89..44ab1f2 100644 --- a/Configuration.org +++ b/Configuration.org @@ -662,6 +662,10 @@ Charge les langages disponnibles pour org-mode (show-paren-mode t) (setq show-paren-style 'mixed) + + (set-face-background 'show-paren-match (face-background 'default)) + (set-face-foreground 'show-paren-match "#def") + (set-face-attribute 'show-paren-match nil :weight 'extra-bold) #+END_SRC ** Taille de la police -- GitLab