Rudolf Adamkovič Personal site


Configuration: Tweak SPC (good idea?)

Make ‘SPC’ to advance to the next page or message,

never crossing threads.
(with-eval-after-load 'notmuch
  (keymap-set notmuch-show-mode-map
              "SPC"
              #'notmuch-show-advance))

Make ‘S-SPC’ return back to the previous message.

(with-eval-after-load 'notmuch
  (keymap-set notmuch-show-mode-map
              "S-SPC"
              #'notmuch-show-previous-message))

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