From 56b86979af650b6f0ba8670bd768a5cd9c72631c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 20 Oct 2016 14:17:30 +0200 Subject: [PATCH] Add attribution to isearch C-RET --- init.el | 3 +++ 1 file changed, 3 insertions(+) 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)