From ffeb980cb0f17a1338fcf2e51481f69abdfd3147 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Fri, 21 Apr 2023 21:40:44 -0800 Subject: [PATCH] Suppress fringes in childframe (insufficient) --- notibox.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notibox.el b/notibox.el index e662aca..c273367 100644 --- a/notibox.el +++ b/notibox.el @@ -69,6 +69,8 @@ (add-to-list 'notibox-current-posframes (posframe-show (get-buffer-create "*notibox*") :position (notibox--get-position) + :left-fringe 0 + :right-fringe 0 :max-width notibox-width :max-height notibox-height :min-width notibox-width