Added pychecker

This commit is contained in:
RealStickman 2020-10-11 12:48:21 +02:00
parent 7ff11f032b
commit b9b0d230e4

View File

@ -460,7 +460,7 @@ fi
#doom-emacs
if [ $in_doomemacs -eq 1 ]; then
echo "Installing doom-emacs"
yay -S --needed --noconfirm git emacs ripgrep fd pandoc shellcheck python-pipenv python-isort python-pytest python-rednose
yay -S --needed --noconfirm git emacs ripgrep fd pandoc shellcheck python-pipenv python-isort python-pytest python-rednose pychecker
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
export PATH="$PATH":$HOME/.emacs.d/bin