From a392dae74f35270971a60e02c19427948178680d Mon Sep 17 00:00:00 2001 From: Philippe Dosch <Philippe.Dosch@loria.fr> Date: Thu, 14 Nov 2019 15:34:07 +0100 Subject: [PATCH] diff-hl en permancne (pas seulement durant les sauvegardes --- .emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs b/.emacs index dc04a6a..29ff805 100644 --- a/.emacs +++ b/.emacs @@ -594,6 +594,7 @@ :ensure t :config (global-diff-hl-mode) + (diff-hl-flydiff-mode 1) (add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh)) ;; Pour feature-mode (édition de fichier cucumber) -- GitLab