How do I install Emacs package manager?
If you are running Emacs 24 or find the command M-x list-packages available you already have the package manager installed. Steps for installing package manager on emacs-23: • Download the package manager package.el • Add the following to your .emacs and reload Emacs. ;; change “~/elisp/” as appropiate (setq load-path (cons “~/elisp” load-path)) ;; Add the below lines *at the end* of your .emacs.