mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Merge pull request #944 from tarsius/git-modes
get git{-commit,config,ignore}-mode from new upstream
This commit is contained in:
commit
44a37f59b8
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
(git-commit-mode :repo "lunaryorn/git-modes"
|
||||
(git-commit-mode :repo "magit/git-modes"
|
||||
:fetcher github
|
||||
:files ("git-commit-mode.el"))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(gitconfig-mode :repo "lunaryorn/git-modes"
|
||||
(gitconfig-mode :repo "magit/git-modes"
|
||||
:fetcher github
|
||||
:files ("gitconfig-mode.el"))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(gitignore-mode :repo "lunaryorn/git-modes"
|
||||
(gitignore-mode :repo "magit/git-modes"
|
||||
:fetcher github
|
||||
:files ("gitignore-mode.el"))
|
||||
|
|
Loading…
Reference in a new issue