Remove the comment for an alternate placement

This commit is contained in:
mir 2024-02-24 11:09:45 -09:00
parent a73cd7a4e8
commit 877e854146

View File

@ -48,7 +48,6 @@
(const :tag "Bottom Left" 'bottomleft) (const :tag "Bottom Left" 'bottomleft)
(const :tag "Top Right" 'topright) (const :tag "Top Right" 'topright)
(const :tag "Bottom Right" 'bottomright))) (const :tag "Bottom Right" 'bottomright)))
;; (setq notibox-corner 'bottomright)
(defvar notibox-padding 30) (defvar notibox-padding 30)
(defvar alert-fade-time 5); seconds, also provided by `alert' package (defvar alert-fade-time 5); seconds, also provided by `alert' package
(defvar notibox--refresh-delay 0.1) ; seconds. Probably don't change this one. (defvar notibox--refresh-delay 0.1) ; seconds. Probably don't change this one.