Skip to content

Instantly share code, notes, and snippets.

@shaybix
Created May 29, 2016 00:41
Show Gist options
  • Save shaybix/4dd95830909daa59207635951a533127 to your computer and use it in GitHub Desktop.
Save shaybix/4dd95830909daa59207635951a533127 to your computer and use it in GitHub Desktop.
Install Emacs and Spacemacs on Ubuntu
sudo apt-get install -y build-essential wget gcc g++ texinfo libx11-dev libxpm-dev libjpeg-dev libpng-dev libgif-dev libtiff-dev libgtk2.0-dev libncurses-dev
#Download Emacs 24.5+ source code
wget ftp://ftp.gnu.org/pub/gnu/emacs/emacs-24.5.tar.gz
tar -zxvf emacs-24.5.tar.gz
cd emacs-24.5
./configure
make
sudo make install
#Download spacemacs and install
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
@johnsmithaaa100
Copy link

Installed emacs & spacemacs too, but after startiing emacs, still emacs starts.
What did i did wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment