Add org-edna to org-configuration
This commit is contained in:
parent
c68c26345e
commit
fa48b62f64
1 changed files with 5 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue