Overdr0ne/holymotion

Propose a remap in the documentation

Cletip opened this issue · 2 comments

Hi, sorry again me :)
This is not a real issue, but I think it can greatly help beginners / be relevant to the package philosophy: talk about the remap feature in emacs. For example this: 

(define-key minibuffer-mode-map [remap previous-line] #'previous-line-or-history-element)
  (define-key minibuffer-mode-map [remap next-line] #'next-line-or-history-element)

is a remap.

I agree, remap is super powerful, and it took me too long to find it. Will do.

Perfect! Close this issue whenever you want :)