Added texlive for pdflatex engine
This commit is contained in:
parent
c6a854eadf
commit
3cd1c84826
@ -462,7 +462,7 @@ fi
|
|||||||
#doom-emacs
|
#doom-emacs
|
||||||
if [ $in_doomemacs -eq 1 ]; then
|
if [ $in_doomemacs -eq 1 ]; then
|
||||||
echo "Installing doom-emacs"
|
echo "Installing doom-emacs"
|
||||||
yay -S --needed --noconfirm git emacs ripgrep fd pandoc shellcheck python-pipenv python-isort python-pytest python-rednose pychecker
|
yay -S --needed --noconfirm git emacs ripgrep fd pandoc shellcheck python-pipenv python-isort python-pytest python-rednose pychecker texlive-core
|
||||||
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||||||
~/.emacs.d/bin/doom install
|
~/.emacs.d/bin/doom install
|
||||||
export PATH="$PATH":$HOME/.emacs.d/bin
|
export PATH="$PATH":$HOME/.emacs.d/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user