From 34974a7acfb87d4f4b882a50b60de958e3a4ef33 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Jan 2020 23:00:19 -0800 Subject: Enable org-wild-notifier-mode in org-mode for notifications --- oni-org/oni-org.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'oni-org/oni-org.el') 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 -- cgit v1.2.3-54-g00ecf