Skip to content

Commit

Permalink
Add source for magit
Browse files Browse the repository at this point in the history
  • Loading branch information
regob committed Dec 1, 2024
1 parent fb18c16 commit 744a626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
:ensure (:source "MELPA")
)

;; Magit requires seq>=2.24
;; Magit requires seq>=2.24, but it's built-in, elpaca rule to be added
;; (use-package seq
;; :ensure (:source "GNU-devel ELPA")
;; )
Expand Down
4 changes: 3 additions & 1 deletion lisp/init-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
;;; Code:

;; Git integration
(use-package magit)
(use-package magit
:ensure (:source "MELPA"))


;; Git changes highlighted on the fringe
(use-package diff-hl
Expand Down

0 comments on commit 744a626

Please sign in to comment.