Last active
January 2, 2016 08:29
-
-
Save nvasilakis/8276979 to your computer and use it in GitHub Desktop.
Install emacs24 on a fresh debian/ubuntu/elementary 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
| echo 'removing all emacs23+ packages' | |
| 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 \ | |
| echo 'adding repo and installing emacs 24' | |
| sudo add-apt-repository ppa:cassou/emacs | |
| sudo apt-get update | |
| sudo apt-get install emacs24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment