Browse Source

Missing redirection

Bob Mottram 11 years ago
parent
commit
d2f7c4427d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

1302
   echo '' >> /home/$MY_USERNAME/.emacs
1302
   echo '' >> /home/$MY_USERNAME/.emacs
1303
   echo '(setq org-support-shift-select t)' >> /home/$MY_USERNAME/.emacs
1303
   echo '(setq org-support-shift-select t)' >> /home/$MY_USERNAME/.emacs
1304
   echo '' >> /home/$MY_USERNAME/.emacs
1304
   echo '' >> /home/$MY_USERNAME/.emacs
1305
-  echo ';; ===== Set standard indent to 4 rather that 4 ========================='
1305
+  echo ';; ===== Set standard indent to 4 rather that 4 =========================' >> /home/$MY_USERNAME/.emacs
1306
   echo '' >> /home/$MY_USERNAME/.emacs
1306
   echo '' >> /home/$MY_USERNAME/.emacs
1307
   echo '(setq standard-indent 4)' >> /home/$MY_USERNAME/.emacs
1307
   echo '(setq standard-indent 4)' >> /home/$MY_USERNAME/.emacs
1308
   echo '(setq-default tab-width 4)' >> /home/$MY_USERNAME/.emacs
1308
   echo '(setq-default tab-width 4)' >> /home/$MY_USERNAME/.emacs