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.