Add prettier for doom emacs

This commit is contained in:
RealStickman 2022-11-28 11:34:27 +00:00
parent b689c4cefd
commit 380ac8f209

View File

@ -229,7 +229,7 @@ do
in_doomemacs=1
# TODO sort pacman and AUR packages
# pychecker not in AUR anymore
printf '%s\n' 'git' 'emacs' 'ripgrep' 'fd' 'pandoc' 'shellcheck' 'python-pipenv' 'python-isort' 'python-pytest' 'python-rednose' 'pychecker' 'texlive-core' 'pyright' 'python-grip' >> "$setupdir/aurselectedpkgs.txt"
printf '%s\n' 'git' 'emacs' 'ripgrep' 'fd' 'pandoc' 'shellcheck' 'python-pipenv' 'python-isort' 'python-pytest' 'python-rednose' 'pychecker' 'texlive-core' 'pyright' 'python-grip' 'prettier' >> "$setupdir/aurselectedpkgs.txt"
# TODO handle rest of installation
;;
1)