From 720ba07bbcc9b7c248578017d00a9cce796b7cd1 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 27 Jan 2020 09:55:55 -0800 Subject: [PATCH] Remove org-wild-notifier It's a little too wild for my Windows machine, it starts a whole bunch of Emacs child processes that eat up all the CPU. --- oni-org/oni-org.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index ee5b401..bda3a33 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0126.225544 -;; Package-Requires: (oni-yasnippet oni-alert org-plus-contrib org-bullets hydra org-wild-notifier) +;; Version: 2020.0127.095503 +;; Package-Requires: (oni-yasnippet oni-alert org-plus-contrib org-bullets hydra) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -32,7 +32,6 @@ (require 'org-capture) (require 'org-clock) (require 'org-habit) -(require 'org-wild-notifier) (require 'subr-x) (require 'yasnippet) @@ -263,8 +262,6 @@ After running it once remove it from `org-capture-after-finalize-hook'." ;;;###autoload (global-set-key (kbd "C-") #'oni-org-open-index) -(org-wild-notifier-mode) - ;;;###autoload (with-eval-after-load 'org (with-eval-after-load 'yasnippet