MK
Size: a a a
MK
P
NM
NM
P
MK
P
NM
(use-package magit
:bind (("C-x g" . magit-status)))
(use-package gitignore-mode
:mode "/\\.gitignore$")
(use-package diff-hl
;; Integrate with Magit and highlight changed files in the fringe of dired
:hook ((magit-post-refresh . diff-hl-magit-post-refresh))
:config (global-diff-hl-mode 1))
NM
P
NM
P
S
P
(use-package magit
:bind (("C-x g" . magit-status)))
(use-package gitignore-mode
:mode "/\\.gitignore$")
(use-package diff-hl
;; Integrate with Magit and highlight changed files in the fringe of dired
:hook ((magit-post-refresh . diff-hl-magit-post-refresh))
:config (global-diff-hl-mode 1))
NM
P
NM
P
NM
P