diff options
| author | 2020-03-08 17:15:47 -0700 | |
|---|---|---|
| committer | 2020-03-08 17:15:47 -0700 | |
| commit | fa48b62f64a1c6c762be5b9a898482b6ff70b27c (patch) | |
| tree | 1179c892cbd8f07e218ee8cf0033c3750cc15f65 | |
| parent | c68c26345ec3f3b7cf9a23eec76e2adde3d577ce (diff) | |
| download | emacs-config-fa48b62f64a1c6c762be5b9a898482b6ff70b27c.tar.gz emacs-config-fa48b62f64a1c6c762be5b9a898482b6ff70b27c.zip | |
Add org-edna to org-configuration
| -rw-r--r-- | oni-org/oni-org.el | 7 |
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) |
