aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2020-01-27 09:55:55 -0800
committerGravatar Tom Willemsen2020-01-27 09:55:55 -0800
commit720ba07bbcc9b7c248578017d00a9cce796b7cd1 (patch)
tree9a02007f077f194f70da5035ec49972b27829386 /oni-org
parent34974a7acfb87d4f4b882a50b60de958e3a4ef33 (diff)
downloademacs-config-720ba07bbcc9b7c248578017d00a9cce796b7cd1.tar.gz
emacs-config-720ba07bbcc9b7c248578017d00a9cce796b7cd1.zip
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.
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el7
1 files 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 <tom@ryuslash.org>
;; 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-<home>") #'oni-org-open-index)
-(org-wild-notifier-mode)
-
;;;###autoload
(with-eval-after-load 'org
(with-eval-after-load 'yasnippet