Created
August 29, 2014 00:53
-
-
Save scotthaleen/ca7575f042864448ec8a to your computer and use it in GitHub Desktop.
debian emacs install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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