aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-org/oni-org.el')
-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