[Emacs] Disable org-wild notifications for kat

This commit is contained in:
Kat Huang 2024-06-02 18:06:48 -06:00
parent 4cc68dedea
commit cd64244bd8

View File

@ -163,3 +163,8 @@ This makes evil-mode play nice with org-fc
(use-package org-drill)
#+end_src
* Disable wild notifactions
#+begin_src emacs-lisp
(setq org-wild-notifier-day-wide-alert-times nil)
#+end_src