branch: externals/ampc commit 739785067e0e764794307a9971ae556ff0f8065b Author: Christopher Schmidt <christop...@ch.ristopher.com> Commit: Christopher Schmidt <christop...@ch.ristopher.com>
Add ELPA installation note. --- ampc.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ampc.el b/ampc.el index 6e12e73152..fd06f5f1d4 100644 --- a/ampc.el +++ b/ampc.el @@ -29,8 +29,9 @@ ;; ampc is a controller for the Music Player Daemon. ;;; ** installation -;; Put this file somewhere in your load-path or add the directory the file is in -;; to it, e.g.: +;; If you use GNU ELPA, install ampc via M-x package-list-packages RET or +;; (package-install 'ampc). Otherwise, grab this file and put it somewhere in +;; your load-path or add the directory the file is in to it, e.g.: ;; ;; (add-to-list 'load-path "~/.emacs.d/ampc") ;;