-
-
Save wansiedler/7619adcf645279b24fa700a9f16b0970 to your computer and use it in GitHub Desktop.
Ubuntu Text mate 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
| # get from ppa https://launchpad.net/~cassou/+archive/emacs | |
| $ sudo apt-get update | |
| $ sudo apt-get install | |
| $ sudo apt-get purge emacs 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 apel emacs24 emacs24-bin-common emacs24-common emacs24-common-non-dfsg emacs-el | |
| To add this PPA: | |
| $ sudo add-apt-repository ppa:cassou/emacs | |
| $ sudo apt-get update | |
| Then, for emacs-snapshot: | |
| $ sudo apt-get install emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot | |
| *Or*, for emacs24: | |
| $ sudo apt-get install emacs24 emacs24-el emacs24-common-non-dfsg | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment