Update doom-emacs-setup.sh

This commit is contained in:
Luddifee 2021-01-10 20:30:53 +01:00 committed by GitHub
parent 89a4d01535
commit 69afda239a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# install emacs # install emacs
sudo pacman -S emacs sudo pacman -S emacs --noconfirm
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