Add constraint to mini buffer height
This commit is contained in:
parent
db6232a89d
commit
93a46523d3
1
init.el
1
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.
|
||||
|
Loading…
Reference in New Issue
Block a user