1
0
Fork 0

Enable org-wild-notifier-mode in org-mode for notifications

This commit is contained in:
Tom Willemse 2020-01-26 23:00:19 -08:00
parent e582c98bf3
commit 34974a7acf

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; 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) ;; 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 ;; This program is free software; you can redistribute it and/or modify
@ -32,6 +32,7 @@
(require 'org-capture) (require 'org-capture)
(require 'org-clock) (require 'org-clock)
(require 'org-habit) (require 'org-habit)
(require 'org-wild-notifier)
(require 'subr-x) (require 'subr-x)
(require 'yasnippet) (require 'yasnippet)
@ -262,6 +263,8 @@ After running it once remove it from `org-capture-after-finalize-hook'."
;;;###autoload ;;;###autoload
(global-set-key (kbd "C-<home>") #'oni-org-open-index) (global-set-key (kbd "C-<home>") #'oni-org-open-index)
(org-wild-notifier-mode)
;;;###autoload ;;;###autoload
(with-eval-after-load 'org (with-eval-after-load 'org
(with-eval-after-load 'yasnippet (with-eval-after-load 'yasnippet