diff options
| author | 2019-04-21 11:27:06 -0700 | |
|---|---|---|
| committer | 2019-04-21 11:27:06 -0700 | |
| commit | 6d038f0852451c747924d0424905a00a470ac800 (patch) | |
| tree | efdc659fbe6a27820eb1c3831f7e5f6bee40e5a5 | |
| parent | c8e13e8b245a2d798432750fd9fac63a24e2fbf7 (diff) | |
| download | emacs-config-6d038f0852451c747924d0424905a00a470ac800.tar.gz emacs-config-6d038f0852451c747924d0424905a00a470ac800.zip | |
Add org-wild-notifier as dependency for oni-org
It’s not used by the package, but it lets other scripts call the
‘org-wild-notifier-check’ function to show notifications for appointments,
scheduled tasks and tasks with deadlines.
| -rw-r--r-- | oni-org.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 20190416233838 -;; Package-Requires: (org-plus-contrib org-bullets hydra) +;; Version: 20190421112657 +;; Package-Requires: (org-plus-contrib org-bullets hydra org-wild-notifier) ;; 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 |
