From fa48b62f64a1c6c762be5b9a898482b6ff70b27c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 8 Mar 2020 17:15:47 -0700 Subject: [PATCH] Add org-edna to org-configuration --- oni-org/oni-org.el | 7 +++++-- 1 file 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 ;; 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)