local/bin/homeinit: Remove Emacs dev installation.

We use Guix anyways and Guix has emacs-next.
master
Pierre Neidhardt 2020-06-11 12:15:45 +02:00
parent 247cabcd37
commit 5449b24575
1 changed files with 0 additions and 31 deletions

View File

@ -244,37 +244,6 @@ if [ ! -d "$QUICKLISP_DIR" ] && inpath $LISP && inpath $DOWNLOAD_AGENT; then
rm -v /tmp/setup.lisp
fi
section "Emacs"
if $OPT_UPDATE && ! inpath emacs; then
message "Emacs: Installing latest development version"
pushd "$HOME/projects"
[ -e emacs ] || git clone https://git.savannah.gnu.org/git/emacs.git
mkdir -pv ../emacs-build
cd ../emacs-build
../emacs/configure \
--disable-gtk-deprecation-warnings \
--without-pop \
--without-kerberos \
--without-kerberos5 \
--with-x-toolkit=gtk3 \
--with-jpeg \
--with-tiff \
--with-gif \
--with-png \
--with-rsvg \
--with-xml2 \
--with-imagemagick \
--with-xft \
--with-libotf \
--without-gsettings \
--without-gconf \
--with-gnutls \
--with-modules \
--with-threads
sudo make install
popd
fi
if inpath emacs; then
message "Emacs cache folder"
mkdir -pv "$HOME/.cache/emacs/"