inline elisp installer abandoned temporarilty

This commit is contained in:
Sameer Rahmani 2013-09-18 20:48:36 +04:30
parent 26332ea0e6
commit 0f57adc00d
1 changed files with 9 additions and 9 deletions

View File

@ -137,14 +137,14 @@ sed "s,--WORKSPACE--,$workspace,mg" -i $dotemacs
sed "s,--REPO--,$repo,mg" -i $dotemacs
if [ $mode == "expert" ]
then
info "Installing base system . . ."
echo "(setq KUSO-INSTALL-MODE \"expert\")" > /tmp/init_kuso_installer.el
`which emacs` --batch -l /tmp/init_kuso_installer.el -l $dotemacs
else
info "Installing base system . . ."
`which emacs` --batch -l $dotemacs
fi
#if [ $mode == "expert" ]
#then
# info "Installing base system . . ."
# echo "(setq KUSO-INSTALL-MODE \"expert\")" > /tmp/init_kuso_installer.el
# `which emacs` --batch -l /tmp/init_kuso_installer.el -l $dotemacs
#else
# info "Installing base system . . ."
# `which emacs` --batch -l $dotemacs
#fi
echo -e "\nNow run `kuso` and have fun ;)"