branch: externals/mpdired
commit 150283738e894c2235addc68405bf12c41fcfcca
Author: Manuel Giraud <man...@ledu-giraud.fr>
Commit: Manuel Giraud <man...@ledu-giraud.fr>

    another key for mark at point
---
 mpdired.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mpdired.el b/mpdired.el
index 86b9b32734..07dc87877b 100644
--- a/mpdired.el
+++ b/mpdired.el
@@ -76,6 +76,7 @@
   "a"      #'mpdired-add-at-point
   ;; Marks
   "m"      #'mpdired-mark-at-point
+  "* m"    #'mpdired-mark-at-point
   "d"      #'mpdired-flag-at-point
   "u"      #'mpdired-unmark-at-point
   "<DEL>"  #'mpdired-previous-unmark

Reply via email to