commit 1e9706246b9e7dfaa7974789701ae24214628fc8 from: Omar Polo date: Wed Apr 06 08:58:15 2022 UTC set isearch-allow-motion; M-< and M-> jumps to first/last match commit - 26a8064835e05d9fac9e66ebafad28417b0dcf97 commit + 1e9706246b9e7dfaa7974789701ae24214628fc8 blob - e84f4f04a816d138ba711b05ab94a5b8be3e2e0f blob + fa836c1357df6f430b99fe40f3b95be40f8b575d --- emacs/init.el +++ emacs/init.el @@ -18,7 +18,8 @@ imenu-auto-rescan 1 use-short-answers t next-error-message-highlight t - read-minibuffer-restore-windows nil) + read-minibuffer-restore-windows nil + isearch-allow-motion t) (setq completion-ignore-case t read-file-name-completion-ignore-case t