From cd64244bd84e1691b3c0d407cc814db89c3e68a5 Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Sun, 2 Jun 2024 18:06:48 -0600 Subject: [PATCH] [Emacs] Disable org-wild notifications for kat --- dotfiles/emacs.d/kat-mode.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/emacs.d/kat-mode.org b/dotfiles/emacs.d/kat-mode.org index e9b59502..15f91108 100644 --- a/dotfiles/emacs.d/kat-mode.org +++ b/dotfiles/emacs.d/kat-mode.org @@ -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