Skip to content

Commit e47a8d0

Browse files
committed
feat: Add more magit extensions
1 parent f0b7f83 commit e47a8d0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

lisp/jcs-package.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@
336336
lsp-sonarlint
337337
lsp-sourcekit
338338
lsp-tailwindcss
339+
magit-file-icons
340+
magit-lfs
339341
magit-todos
340342
makefile-executor
341343
manage-minor-mode-table

modules/tools/magit/config.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
;;; tools/magit/config.el -*- lexical-binding: t; -*-
22

33
(require 'diff-hl)
4+
(require 'magit-lfs)
45

56
(use-package magit
67
:hook (magit-post-refresh . jcs-diff-hl-update)
@@ -19,6 +20,10 @@
1920
'( magit-process-sentinel magit-commit-diff magit-run-git-async
2021
git-commit-save-message)))
2122

23+
(use-package magit-file-icons
24+
:init
25+
(magit-file-icons-mode 1))
26+
2227
(use-package magit-todos
2328
:init
2429
(setq magit-todos-nice (if (executable-find "nice") t nil)

0 commit comments

Comments
 (0)