Update Git Mode Packages

- Replace gitattributes-mode, gitconfig-mode, and gitignore-mode
  packages with git-modes
This commit is contained in:
Sravan Balaji
2022-05-04 07:38:24 -04:00
parent 38b7a90160
commit 381ae07bc3
2 changed files with 2 additions and 6 deletions

View File

@ -522,9 +522,7 @@ Doom's packages are pinned to a specific commit and updated from release to rele
#+BEGIN_SRC emacs-lisp :tangle packages.el
(package! org-auto-tangle)
(package! fish-mode)
(package! gitattributes-mode)
(package! gitconfig-mode)
(package! gitignore-mode)
(package! git-modes)
(package! vimrc-mode)
(package! prettier-js)
#+END_SRC

View File

@ -3,8 +3,6 @@
(package! org-auto-tangle)
(package! fish-mode)
(package! gitattributes-mode)
(package! gitconfig-mode)
(package! gitignore-mode)
(package! git-modes)
(package! vimrc-mode)
(package! prettier-js)