Rudolf Adamkovič Personal site


Configuration: Ergonomic motions

Do not require holding down ‘C-’ to move point in ‘notmuch-hello’.

(with-eval-after-load 'notmuch
  (keymap-set notmuch-hello-mode-map "n" #'next-line)
  (keymap-set notmuch-hello-mode-map "p" #'previous-line)
  (keymap-set notmuch-hello-mode-map "f" #'forward-char)
  (keymap-set notmuch-hello-mode-map "b" #'backward-char))

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