From 93a46523d34ff03088c9e17d8e8143b4490ffe85 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sun, 12 Jun 2022 21:16:24 -0400 Subject: [PATCH] Add constraint to mini buffer height --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index a22c969..634b7a7 100644 --- a/init.el +++ b/init.el @@ -74,6 +74,7 @@ scroll-preserve-screen-position 1 ; Don't move cursor while scrolling scroll-conservatively 101 ; Only scroll one line at a time scroll-margin 5 ; Maintain a margin of 5 lines while scrolling + max-mini-window-height 10 ; Limit the minibuffer's height to 10 lines ) ;; Set backup behavior.