How do I install MELPA packages via El-Get?
问题 The El-Get documentation says that El-Get supports package.el and the MELPA documentation shows how to use MELPA with package.el. How do I install MELPA packages using El-Get? Failed Attempt I'm using Emacs 23, so package.el is not part of Emacs. I installed package.el using El-Get, but I'm not sure how to make El-Get aware of MELPA. I tried adding ;; Based on http://melpa.milkbox.net/#/getting-started . (require 'package) (add-to-list 'package-archives ;; The 't' means to append, so that