Skip to content

Instantly share code, notes, and snippets.

@pradhyu
Last active February 7, 2019 15:05
Show Gist options
  • Save pradhyu/492b2057294fd4d1166de7d55a6e4eef to your computer and use it in GitHub Desktop.
Save pradhyu/492b2057294fd4d1166de7d55a6e4eef to your computer and use it in GitHub Desktop.
wget https://ftp.gnu.org/gnu/emacs/emacs-26.1.tar.gz
tar xvf emacs-26.1.tar.gz
cd emacs-26.1
./configure --without-selinux
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment