pacakge built-in inside magit
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
(define-package "git-commit" "20250307.1746" "Edit Git commit messages" 'nil :commit "80cae1a26f13a4d48a19cfe8612a561348423f35" :authors
|
|
||||||
'(("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev")
|
|
||||||
("Sebastian Wiesner" . "lunaryorn@gmail.com")
|
|
||||||
("Florian Ragwitz" . "rafl@debian.org")
|
|
||||||
("Marius Vollmer" . "marius.vollmer@gmail.com"))
|
|
||||||
:maintainers
|
|
||||||
'(("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev"))
|
|
||||||
:maintainer
|
|
||||||
'("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev"))
|
|
||||||
;; Local Variables:
|
|
||||||
;; no-byte-compile: t
|
|
||||||
;; End:
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -21,10 +21,6 @@
|
|||||||
;;; Code:
|
;;; Code:
|
||||||
;; see also Diff-Hl (diff-hl-mode) to see VC diff highlighting in fringes.
|
;; see also Diff-Hl (diff-hl-mode) to see VC diff highlighting in fringes.
|
||||||
|
|
||||||
;; required by magit
|
|
||||||
(use-package git-commit
|
|
||||||
:defer t)
|
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:bind (("C-c M-g" . magit-file-dispatch))
|
:bind (("C-c M-g" . magit-file-dispatch))
|
||||||
:config
|
:config
|
||||||
|
|||||||
Reference in New Issue
Block a user