Skip to content

Instantly share code, notes, and snippets.

View mfks17's full-sized avatar

mfks17 mfks17

View GitHub Profile
@mfks17
mfks17 / emacs.rb
Created December 31, 2011 17:37 — forked from uskanda/emacs.rb
Homebrew Emacs 23.3b for OSX Lion with native full-screen, inline patch
require 'formula'
class Emacs < Formula
url 'http://ftp.gnu.org/pub/gnu/emacs/emacs-23.3b.tar.bz2'
md5 '917ce0054ef63773078a6e99b55df1ee'
homepage 'http://www.gnu.org/software/emacs/'
if ARGV.include? "--use-git-head"
head 'git://repo.or.cz/emacs.git'
else