Rudolf Adamkovič Personal site


My motions

Make the motion keys ‘n’ and ‘p’ take into account all messages, not just the open ones 29

(with-eval-after-load 'notmuch
  (let ((map notmuch-show-mode-map))
    (keymap-set map "n" #'notmuch-show-next-message)
    (keymap-set map "p" #'notmuch-show-previous-message)))

Footnotes

(29)

The new motion keys correspond to the original motion keys ‘N’ and ‘P’.


© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.