From afaa9d2a8786aeca50f40e678a69679fb0e44ec4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 9 Apr 2020 11:32:52 -0700 Subject: Diminish org-edna --- oni-org/oni-org.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'oni-org') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 76332a3..105c787 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0408.205648 -;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna) +;; Version: 2020.0409.113204 +;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish) ;; 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 @@ -26,6 +26,7 @@ ;;; Code: +(require 'diminish) (require 'hydra) (require 'ob) (require 'ol-man) @@ -307,6 +308,8 @@ _l_: Store link ^^ _j_: Journal entry (with-eval-after-load 'yasnippet (oni-org-snippets-initialize))) +(with-eval-after-load 'org-edna (diminish 'org-edna-mode)) + ;;;###autoload(with-eval-after-load 'org (require 'oni-org)) (provide 'oni-org) -- cgit v1.2.3-54-g00ecf