From 877e8541465a08a5f40193e25e4ce1420269e743 Mon Sep 17 00:00:00 2001 From: mir Date: Sat, 24 Feb 2024 11:09:45 -0900 Subject: [PATCH] Remove the comment for an alternate placement --- notibox.el | 1 - 1 file changed, 1 deletion(-) diff --git a/notibox.el b/notibox.el index c0e06c2..d76e902 100644 --- a/notibox.el +++ b/notibox.el @@ -48,7 +48,6 @@ (const :tag "Bottom Left" 'bottomleft) (const :tag "Top Right" 'topright) (const :tag "Bottom Right" 'bottomright))) -;; (setq notibox-corner 'bottomright) (defvar notibox-padding 30) (defvar alert-fade-time 5); seconds, also provided by `alert' package (defvar notibox--refresh-delay 0.1) ; seconds. Probably don't change this one.