diff --git a/notibox.el b/notibox.el index 75e9f7d..791f419 100644 --- a/notibox.el +++ b/notibox.el @@ -101,7 +101,8 @@ (notibox-alert `( :title ,(format "%s" (current-buffer)) :message ,(current-message))) - (notibox-delete 'current))) + (if notibox-current-posframes + (notibox-delete 'current)))) (defun notibox/setup-timer () (interactive)