From c72d0134025cff80874585a7e85d7c6c04faee0a Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Mon, 21 Aug 2023 15:21:50 -0600 Subject: [PATCH] [Emacs] Don't load org-notify by default --- dotfiles/emacs.d/README.org | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 51013868..4f3bf0f9 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3317,7 +3317,6 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877 ;; variable configuration (add-to-list 'org-modules 'org-habit) (add-to-list 'org-modules 'org-expiry) - (add-to-list 'org-modules 'org-notify) (setq org-src-fontify-natively t) (setq org-habit-graph-column 50)