I have a CentOS 7 Vagrant virtual machine with which I would like to do some development. Accordingly, I need the latest version of Emacs (24.5) so that I can install Spacemacs.
However, when I ssh in the field and run the command sudo yum update emacsand sudo yum upgrade emacs, I will simply return the message No packages marked for update. I also ran yum updateand yum upgradeto no avail.
So, how do I go to get me sweet sweet Emacs 24.5? Thank.
source
share