From a695931a3dc4f86cc7737ec44c5ccca288267ac2 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 4 Nov 2023 15:06:05 -0500 Subject: [PATCH] I'm drowning in late todo notifications --- user/app/doom-emacs/config.el | 9 --------- user/app/doom-emacs/doom.org | 2 +- user/wm/hyprland/hyprland.nix | 4 ++-- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index b3c4db7..b6d42bb 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -1067,15 +1067,6 @@ tasks." :map org-super-agenda-header-map "k" 'org-agenda-previous-line) -(add-load-path! "~/.emacs.d/org-yaap") -(require 'org-yaap) -(setq org-yaap-alert-title "Org Agenda") -(setq org-yaap-overdue-alerts 20) -(setq org-yaap-alert-before 20) -(setq org-yaap-daily-alert '(7 30)) -(setq org-yaap-daemon-idle-time 30) -(org-yaap-mode 1) - (add-load-path! "~/.emacs.d/org-timeblock") (require 'org-timeblock) diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index e2f1356..0b6f478 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -1229,7 +1229,7 @@ On Wayland, EAF doesn't work. #+END_SRC *** Org Agenda Notifications -#+BEGIN_SRC emacs-lisp :tangle config.el +#+BEGIN_SRC emacs-lisp (add-load-path! "~/.emacs.d/org-yaap") (require 'org-yaap) (setq org-yaap-alert-title "Org Agenda") diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 47c88c3..d643c11 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -307,10 +307,10 @@ if pgrep -x .obs-wrapped > /dev/null; then pkill -STOP fnott; - emacsclient --eval "(org-yaap-mode 0)"; + #emacsclient --eval "(org-yaap-mode 0)"; else pkill -CONT fnott; - emacsclient --eval "(if (not org-yaap-mode) (org-yaap-mode 1))"; + #emacsclient --eval "(if (not org-yaap-mode) (org-yaap-mode 1))"; fi sleep 10; done