Skip to content

Instantly share code, notes, and snippets.

@pantulis
Forked from crossblaim/gist:583060
Created September 27, 2010 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pantulis/598685 to your computer and use it in GitHub Desktop.
Save pantulis/598685 to your computer and use it in GitHub Desktop.
# Get the official Emacs repo:
git clone http://repo.or.cz/r/emacs.git/
# Get the fullscreen patch
git remote add typester git://github.com/typester/emacs.git
git fetch typester
# Create a patch and apply to HEAD
# I had merge conflicts when rebasing and
# build failures for origin/emacs-23
git checkout origin/master
git diff a3585f6c2a typester/feature/fullscreen | patch -p1
# build emacs
./configure --with-ns
make && make install
mv nextstep/Emacs.app /Applications/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment