Suppress fringes in childframe (insufficient)

This commit is contained in:
MitchMarq42 2023-04-21 21:40:44 -08:00
parent 855adf9476
commit ffeb980cb0

View File

@ -69,6 +69,8 @@
(add-to-list 'notibox-current-posframes (add-to-list 'notibox-current-posframes
(posframe-show (get-buffer-create "*notibox*") (posframe-show (get-buffer-create "*notibox*")
:position (notibox--get-position) :position (notibox--get-position)
:left-fringe 0
:right-fringe 0
:max-width notibox-width :max-width notibox-width
:max-height notibox-height :max-height notibox-height
:min-width notibox-width :min-width notibox-width