From b65359b65256e01f3bcb827fe44614c1458841a8 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 11 Sep 2020 17:19:07 +0200 Subject: [PATCH] Allow scrolling during search --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 53c5f0c..eddee4d 100644 --- a/init.el +++ b/init.el @@ -571,6 +571,10 @@ :config (add-hook 'input-method-activate-hook #'db/add-symbols-to-TeX-input-method)) +(use-package isearch + :defer t + :init (setq isearch-allow-scroll t)) + (use-package server :commands (server-running-p server-start) :init (setq server-log t))