aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-org/oni-org.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index ddb4279..e2dc1ef 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0307.152844
-;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets)
+;; Version: 2020.0308.170335
+;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna)
;; 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
@@ -32,6 +32,7 @@
(require 'org)
(require 'org-capture)
(require 'org-clock)
+(require 'org-edna)
(require 'org-habit)
(require 'subr-x)
(require 'yasnippet)
@@ -273,6 +274,8 @@ _l_: Store link ^^ _j_: Journal entry
(add-hook 'org-mode-hook #'oni-org-set-todo-keyword-faces)
(add-hook 'org-mode-hook #'oni-org-set-tag-faces)
+(org-edna-mode)
+
(unless (eq system-type 'windows-nt)
(require 'org-bullets)
(add-hook 'org-mode-hook 'org-bullets-mode)