Skip to content

Instantly share code, notes, and snippets.

@scotthaleen
Created August 29, 2014 00:53
Show Gist options
  • Save scotthaleen/ca7575f042864448ec8a to your computer and use it in GitHub Desktop.
Save scotthaleen/ca7575f042864448ec8a to your computer and use it in GitHub Desktop.
debian emacs install
wget -q http://londo.ganneff.de/apt.key -O- | apt-key add -
echo "deb http://londo.ganneff.de wheezy main" > /etc/apt/sources.list.d/emacs.list
aptitude update
aptitude install emacs-snapshot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment