From c94e461959c932efe3283db5ccae9c3d1ba84828 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 3 Oct 2021 09:37:56 -0700 Subject: [PATCH] emacs: Remove `:when-loaded` in `alert` config --- Emacs.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Emacs.org b/Emacs.org index ecbc651b..2b29d784 100644 --- a/Emacs.org +++ b/Emacs.org @@ -927,8 +927,7 @@ The [[https://github.com/myrjola/diminish.el][diminish]] package hides pesky min #+begin_src emacs-lisp (setup (:pkg alert) - (:when-loaded - (:option alert-default-style 'notifications))) + (:option alert-default-style 'notifications)) #+end_src