Skip to content

Instantly share code, notes, and snippets.

@sonnyksimon
Last active July 5, 2019 21:54
Show Gist options
  • Save sonnyksimon/5ccd34a36aa2d5e8d30420ce2b8fc54a to your computer and use it in GitHub Desktop.
Save sonnyksimon/5ccd34a36aa2d5e8d30420ce2b8fc54a to your computer and use it in GitHub Desktop.
emacs without any gui
cd emacs-26.2/
./configure --with-x-toolkit=no --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no --with-gnutls=no --wihout-x
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment