diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index c1011ca..ee5b401 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0121.225133 +;; Version: 2020.0126.225544 ;; Package-Requires: (oni-yasnippet oni-alert org-plus-contrib org-bullets hydra org-wild-notifier) ;; This program is free software; you can redistribute it and/or modify @@ -32,6 +32,7 @@ (require 'org-capture) (require 'org-clock) (require 'org-habit) +(require 'org-wild-notifier) (require 'subr-x) (require 'yasnippet) @@ -262,6 +263,8 @@ 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