Also use default emacs configuration for root user

This commit is contained in:
Bob Mottram 2014-10-04 10:03:16 +01:00
parent a3d7995680
commit 0239cd6bf2
1 changed files with 1 additions and 0 deletions

View File

@ -1188,6 +1188,7 @@ function install_editor {
echo '' >> /home/$MY_USERNAME/.emacs
echo "(require 'epa)" >> /home/$MY_USERNAME/.emacs
echo '(epa-file-enable)' >> /home/$MY_USERNAME/.emacs
cp /home/$MY_USERNAME/.emacs /root/.emacs
chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.emacs
echo 'install_editor' >> $COMPLETION_FILE