From 86ffdf8e3d20acf78d0dfb2917ae8077b904eb21 Mon Sep 17 00:00:00 2001
From: Philippe Dosch <Philippe.Dosch@loria.fr>
Date: Fri, 19 Apr 2024 15:40:47 +0200
Subject: [PATCH] =?UTF-8?q?Changement=20cl=C3=A9=20pour=20indent?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .emacs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.emacs b/.emacs
index 6d077f9..46ba432 100644
--- a/.emacs
+++ b/.emacs
@@ -141,7 +141,7 @@
 ;; Pour mon clavier KB-522 qui ne réagit pas à certaines
 ;; combinaisons de touches - Edit : nouvelle config pour mx keys
 (global-set-key (kbd "M-ç")  'delete-horizontal-space)
-(global-set-key (kbd "C-M-ç")  'indent-region)
+(global-set-key (kbd "C-M-)")  'indent-region)
 
 ;; ==========================
 ;; Configurations de packages
-- 
GitLab