From 192927685113d1d08192aa5af3e973a477fdb1b3 Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Tue, 7 Apr 2020 21:43:01 +0200
Subject: [PATCH] Corrige l'affichage du menu Toggle

---
 Configuration.org | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Configuration.org b/Configuration.org
index 1ff4080..0d728a0 100644
--- a/Configuration.org
+++ b/Configuration.org
@@ -702,11 +702,11 @@ Outil de simplification des raccourcis. Un popup contextuel apparaƮt.
      (kbd "C-x t")
      (defhydra toggle (:color blue :hint nil)
        "
-                            Toggle
-      --------------------------------------------------
-       [_a_] Abbrev    [_s_] FlySpell    [_c_] FlyCheck
-       [_d_] Debug     [_f_] Auto-Fill   [_t_] Truncate lines
-       [_l_] Line num. [_w_] Whitespace  [_q_] Quit"
+                        Toggle
+  --------------------------------------------------
+   [_a_] Abbrev    [_s_] FlySpell    [_c_] FlyCheck
+   [_d_] Debug     [_f_] Auto-Fill   [_t_] Truncate lines
+   [_l_] Line num. [_w_] Whitespace  [_q_] Quit"
        ("a" abbrev-mode)
        ("s" flyspell-mode)
        ("c" flycheck-mode)
-- 
GitLab