From 1fdd3ef6e886583bf3cccb969774a53c3285fbbc Mon Sep 17 00:00:00 2001 From: Philippe Dosch <Philippe.Dosch@loria.fr> Date: Fri, 19 Apr 2024 15:43:03 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20de=20cl=C3=A9=20pour=20flycheck?= 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 bb5456d..5d65038 100644 --- a/.emacs +++ b/.emacs @@ -1024,7 +1024,7 @@ '(lambda () (flycheck-mode 1))) -;; (global-set-key (kbd "<f10>") 'flycheck-mode) +(global-set-key (kbd "M-<f12>") 'flycheck-mode) ;; Pour discover, le mode qui va bien pour présenter certaines ;; options de commandes comme sous magit -- GitLab