Created
October 22, 2013 07:57
-
-
Save erizhang/7096763 to your computer and use it in GitHub Desktop.
Install emacs24 ppa version under ubuntu
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
sudo apt-get purge emacs-snapshot-common emacs-snapshot-bin-common emacs-snapshot emacs-snapshot-el emacs-snapshot-gtk emacs23 emacs23-bin-common emacs23-common emacs23-el emacs23-nox emacs23-lucid auctex emacs24 emacs24-bin-common emacs24-common | |
sudo add-apt-repository ppa:cassou/emacs | |
sudo apt-get update | |
sudo apt-get install emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot | |
sudo apt-get install emacs24 emacs24-el | |
emacs --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment