Bug fixes on emacs setup

This commit is contained in:
Nathan Schneider
2020-02-29 06:01:49 +00:00
parent 7cf141f18e
commit 8e458edf1e
3 changed files with 6 additions and 9 deletions
+1
View File
@@ -21,6 +21,7 @@ sudo pacman -S keepassxc
# emacs
sudo pacman -S emacs
sudo pacman -S aspell-en # English dictionary
emacs --script install-emacs.el # not working
# pandoc
+1
View File
@@ -14,6 +14,7 @@ sudo apt-get install nodejs
# emacs
sudo apt-get -y install emacs-gtk
sudo apt-get -y install aspell aspell-en
emacs --script install-emacs.el
# pandoc