org-goto: Remove jump to point-min at every start of search
The jump has been unexpected and confusing and is undocumented AFAICT.
This commit is contained in:
parent
de54bbd759
commit
cdcbc2fa82
|
@ -172,7 +172,6 @@ When nil, you can use these keybindings to navigate the buffer:
|
||||||
(defun org-goto-local-auto-isearch ()
|
(defun org-goto-local-auto-isearch ()
|
||||||
"Start isearch."
|
"Start isearch."
|
||||||
(interactive)
|
(interactive)
|
||||||
(goto-char (point-min))
|
|
||||||
(let ((keys (this-command-keys)))
|
(let ((keys (this-command-keys)))
|
||||||
(when (eq (lookup-key isearch-mode-map keys) 'isearch-printing-char)
|
(when (eq (lookup-key isearch-mode-map keys) 'isearch-printing-char)
|
||||||
(isearch-mode t)
|
(isearch-mode t)
|
||||||
|
|
Loading…
Reference in New Issue