From d2f7c4427d661bc1f6feb82f47557dd7df8ec1ed Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 19 Oct 2014 22:50:01 +0100 Subject: [PATCH] Missing redirection --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index b75ce917..21aaef93 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -1302,7 +1302,7 @@ function install_editor { echo '' >> /home/$MY_USERNAME/.emacs echo '(setq org-support-shift-select t)' >> /home/$MY_USERNAME/.emacs echo '' >> /home/$MY_USERNAME/.emacs - echo ';; ===== Set standard indent to 4 rather that 4 =========================' + echo ';; ===== Set standard indent to 4 rather that 4 =========================' >> /home/$MY_USERNAME/.emacs echo '' >> /home/$MY_USERNAME/.emacs echo '(setq standard-indent 4)' >> /home/$MY_USERNAME/.emacs echo '(setq-default tab-width 4)' >> /home/$MY_USERNAME/.emacs