diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.org b/config.org index 4045818..1e5d084 100644 --- a/config.org +++ b/config.org @@ -1316,12 +1316,6 @@ It makes more sense to go to the start of the match, because i start searching w (goto-char isearch-other-end))) #+end_src -This seemed necessary to use with isearch-mb, but in fact i think i'd just broken something else. - -#+begin_src elisp -;; (setopt search-nonincremental-instead nil) -#+end_src - My preferred behaviour is for the point to be at the start of the match. Because the search is incremental, usually i won't finish typing something useful before exiting the search, but i always start searching at a place i can reason about. However, i can't figure out how to get this to work along with isearch-mb #+begin_src elisp |