I use MELPA already, this question is about the actual mechanics of installing a package. My current process is:
M-xpackage-list-packagesC-s name-of-packageC-senough times to be on the actual name of the package, not just another instance of that word.RET(this opens the package details in another buffer, so...)C-x oSwitch to the other bufferdown down C-e leftto place the cursor on the word "Install"RETy RET
I'd like to think there's a less awkward way to do steps 4-8 (especially #5 and #6). I know about M-x package-install but I like to read the descriptions in the *Packages* buffer. Any tips?
package-installit will prompt you with the list of installable packages from which you can select the desired package. The experience is even better if you use completing frameworks likeidoorhelm.Tabinstead ofdown down C-e left?