Files
doom-emacs-config/packages.el
Sravan Balaji 381ae07bc3 Update Git Mode Packages
- Replace gitattributes-mode, gitconfig-mode, and gitignore-mode
  packages with git-modes
2022-05-04 07:38:24 -04:00

9 lines
171 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; $DOOMDIR/packages.el
(package! org-auto-tangle)
(package! fish-mode)
(package! git-modes)
(package! vimrc-mode)
(package! prettier-js)