branch: externals/ampc
commit c50c47d71f9eea42324f14caf1b1e0b314bd6e3f
Author: Christopher Schmidt <christop...@ch.ristopher.com>
Commit: Christopher Schmidt <christop...@ch.ristopher.com>

    * ampc.el (ampc-item-mode-map): Remap next-line and previous-line to their 
ampc
    counterparts.
---
 ampc.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ampc.el b/ampc.el
index ad935db834..f4ddff87c2 100644
--- a/ampc.el
+++ b/ampc.el
@@ -394,6 +394,8 @@ all the time!"
     (define-key map (kbd "U") 'ampc-unmark-all)
     (define-key map (kbd "n") 'ampc-next-line)
     (define-key map (kbd "p") 'ampc-previous-line)
+    (define-key map [remap next-line] 'ampc-next-line)
+    (define-key map [remap previous-line] 'ampc-previous-line)
     map))
 
 (defvar ampc-current-playlist-mode-map

Reply via email to