isearch: allow scrolling while searching

This commit is contained in:
Jonas Bernoulli 2016-05-17 18:42:00 +02:00
parent cb40ab046b
commit 9e138065d8

View File

@ -83,6 +83,9 @@
:defer t
:config (temp-buffer-resize-mode))
(progn ; `isearch'
(setq isearch-allow-scroll t))
(use-package magit
:defer t
:bind (("C-x g" . magit-status)