From a4a03ae6e2771077a7c32cf25c0fe7d0159f7de3 Mon Sep 17 00:00:00 2001 From: mir Date: Sat, 24 Feb 2024 18:36:12 -0900 Subject: [PATCH] remove extraneous spaces --- notibox.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notibox.el b/notibox.el index d76e902..4027934 100644 --- a/notibox.el +++ b/notibox.el @@ -140,7 +140,7 @@ If STACKDEPTH is non-nil and nonzero, return a position that far down." If FRAME is the root Emacs window, or some other symbol, hide all notiboxes." (let ((frame (notibox--resolve-frame frame))) - (if frame + (if frame (notibox--hide frame) (notibox--hide (car notibox-current-posframes)) )) @@ -160,7 +160,7 @@ If FRAME is the root Emacs window, or some other symbol, hide all notiboxes." :depth 0))) (if notibox-current-posframes (notibox-delete (car notibox-current-posframes)))) -) + ) (defun notibox/setup-timer () "Start running notibox."