Skip to content
Snippets Groups Projects
Commit 324d7847 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Améliore la visibilité des parenthèses respondantes

parent c6837652
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment