Update Git Mode Packages
- Replace gitattributes-mode, gitconfig-mode, and gitignore-mode packages with git-modes
This commit is contained in:
@ -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
|
#+BEGIN_SRC emacs-lisp :tangle packages.el
|
||||||
(package! org-auto-tangle)
|
(package! org-auto-tangle)
|
||||||
(package! fish-mode)
|
(package! fish-mode)
|
||||||
(package! gitattributes-mode)
|
(package! git-modes)
|
||||||
(package! gitconfig-mode)
|
|
||||||
(package! gitignore-mode)
|
|
||||||
(package! vimrc-mode)
|
(package! vimrc-mode)
|
||||||
(package! prettier-js)
|
(package! prettier-js)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
(package! org-auto-tangle)
|
(package! org-auto-tangle)
|
||||||
(package! fish-mode)
|
(package! fish-mode)
|
||||||
(package! gitattributes-mode)
|
(package! git-modes)
|
||||||
(package! gitconfig-mode)
|
|
||||||
(package! gitignore-mode)
|
|
||||||
(package! vimrc-mode)
|
(package! vimrc-mode)
|
||||||
(package! prettier-js)
|
(package! prettier-js)
|
||||||
|
Reference in New Issue
Block a user