add padding to mini echo

This commit is contained in:
Chris Cochrun 2024-02-29 11:07:48 -06:00
parent 57db71b7f6
commit 7c838a88de
2 changed files with 2 additions and 2 deletions

View file

@ -380,7 +380,7 @@ Let's make parens and other delimiters easier to tell apart by making nested one
("major-mode" . 2) ("major-mode" . 2)
("buffer-name" . 3) ("buffer-name" . 3)
("word-count" . 4)))) ("word-count" . 4))))
mini-echo-right-padding 0 mini-echo-right-padding 2
mini-echo-buffer-status-style 'both mini-echo-buffer-status-style 'both
mini-echo-update-interval 0.2) mini-echo-update-interval 0.2)

View file

@ -178,7 +178,7 @@
("major-mode" . 2) ("major-mode" . 2)
("buffer-name" . 3) ("buffer-name" . 3)
("word-count" . 4)))) ("word-count" . 4))))
mini-echo-right-padding 0 mini-echo-right-padding 2
mini-echo-buffer-status-style 'both mini-echo-buffer-status-style 'both
mini-echo-update-interval 0.2) mini-echo-update-interval 0.2)