Skip to content
Snippets Groups Projects
Commit 8627b48b authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Ajout de diff-dl (après test de guter git)

parent 5e58f6f3
No related branches found
No related tags found
No related merge requests found
......@@ -587,6 +587,15 @@
(setq magit-save-some-buffers 'dontask)
(setq magit-commit-all-when-nothing-staged 'askstage))
;; diff-hl-mode : pour visualiser les lignes en diff (bon complément
;; à magit)
(use-package diff-hl
:ensure t
:config
(global-diff-hl-mode)
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh))
;; Pour feature-mode (édition de fichier cucumber)
(use-package feature-mode
:ensure t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment