Change isearch-yank-on-move to shift

This commit is contained in:
David Morgan 2021-09-01 14:59:57 +01:00
parent 8b03b38ba6
commit 46b8a3c0f8
1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@
(search-whitespace-regexp ".*\\b")
(isearch-lax-whitespace t)
(isearch-allow-scroll t)
;; TODO
;; (isearch-yank-on-move 'shift)
(isearch-yank-on-move t)
(isearch-yank-on-move 'shift)
:bind-keymap ("C-c s" . search-map) ;; M-s clashes with paredit/smartparens bindings
:bind
("C-*" . isearch-forward-symbol-at-point)