diff options
author | noa@gaiwan.org | 2024-06-23 00:45:57 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-23 00:45:57 +0000 |
commit | 5f675b5d82b96a6fd84a5d881db12644796721b5 (patch) | |
tree | acbe52c243e67bc46adff83adb3c83869c5a70f4 | |
parent | c8f678c4dd06e7d7ad18275f9ae5c8409e215ae9 (diff) |
Remove unused isearch configuration
-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 |