I have a CentOS 7 Vagrant virtual machine that I'd like to do some development work from. Accordingly, I'd like the latest version of Emacs (24.5) so that I can install Spacemacs.
However, when I ssh into the box and run the command sudo yum update emacs and sudo yum upgrade emacs, I simply get back the message No packages marked for update. I've also run yum update and yum upgrade to no avail.
So how do I go about getting me some sweet sweet Emacs 24.5? Thanks.