diff --git a/init.el b/init.el index 69f334a..01768e4 100644 --- a/init.el +++ b/init.el @@ -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)