Allow scrolling during search

This commit is contained in:
Daniel - 2020-09-11 17:19:07 +02:00
parent 3f2993654d
commit b65359b652
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 0 deletions

View File

@ -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))