Skip to content

Commit

Permalink
emacs: Remove :when-loaded in alert config
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Oct 3, 2021
1 parent b8b910e commit c94e461
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c94e461

Please sign in to comment.