[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ampc 739785067e 014/111: Add ELPA installation note.
From: |
Stefan Monnier |
Subject: |
[elpa] externals/ampc 739785067e 014/111: Add ELPA installation note. |
Date: |
Tue, 20 Feb 2024 18:16:36 -0500 (EST) |
branch: externals/ampc
commit 739785067e0e764794307a9971ae556ff0f8065b
Author: Christopher Schmidt <christopher@ch.ristopher.com>
Commit: Christopher Schmidt <christopher@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")
;;
- [elpa] externals/ampc updated (ada6ae9825 -> 66aa7f4fac), Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 89c30b5065 002/111: Minor code simplifications., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc fd83b6c729 004/111: Minor spelling fix., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc c08c444ef9 007/111: Fix error in ampc-toggle-play that occurs when there is no status yet., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 3ff387653a 006/111: Add ampc-goto-current-song., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 5748479314 008/111: Clean up file local variables., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 90db166e15 009/111: Fix ampc-with-selection., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 739785067e 014/111: Add ELPA installation note.,
Stefan Monnier <=
- [elpa] externals/ampc 966c9da55b 017/111: Assign copyright to the FSF., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc c2eb1d02c8 023/111: * ampc: Update version to 0.1.1., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 7a8a29df92 027/111: Fix wrong key description., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 556bc260f9 029/111: Make some interactive functions usable even if ampc is suspended., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 0372128a6a 033/111: Add ampc-status-changed-hook and ampc-status-changed-hook., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc e6911fc894 036/111: Alias unspecified tags in playlist buffers., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc c840020bc2 038/111: Add note on byte-compiling., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 10ce67ba7a 049/111: * ampc.el (ampc-mode-map): Forbid changes of the window layout when ampc is, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc c50c47d71f 056/111: * ampc.el (ampc-item-mode-map): Remap next-line and previous-line to their ampc, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc ae4b876b8e 011/111: Alias unspecified tags to "[Not Specified]"., Stefan Monnier, 2024/02/20