diff --git a/init.el b/init.el index a2262a8..46c86c1 100644 --- a/init.el +++ b/init.el @@ -637,6 +637,9 @@ (define-key isearch-mode-map (kbd "") #'isearch-exit-other-end) + +;; Kudos goes to +;; http://endlessparentheses.com/leave-the-cursor-at-start-of-match-after-isearch.html (defun isearch-exit-other-end () "Exit isearch, at the opposite end of the string" (interactive)