aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-01-26 23:00:19 -0800
committerGravatar Tom Willemse2020-01-26 23:00:19 -0800
commit34974a7acfb87d4f4b882a50b60de958e3a4ef33 (patch)
treec7e235a530c283a5024db59aaf3c1dedda598a21 /oni-org
parente582c98bf3d84e278e21496d798e8d0be043c043 (diff)
downloademacs-config-34974a7acfb87d4f4b882a50b60de958e3a4ef33.tar.gz
emacs-config-34974a7acfb87d4f4b882a50b60de958e3a4ef33.zip
Enable org-wild-notifier-mode in org-mode for notifications
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el5
1 files changed, 4 insertions, 1 deletions
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 <tom@ryuslash.org>
;; 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-<home>") #'oni-org-open-index)
+(org-wild-notifier-mode)
+
;;;###autoload
(with-eval-after-load 'org
(with-eval-after-load 'yasnippet