From 038c87bfeafff488cdfa305bfb9dde776947a4dc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 10 Jul 2023 23:06:33 -0700 Subject: [oni-org] Add ob-async --- oni-org/oni-org.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'oni-org') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 0bac2a2..7c62ec3 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2023.0709.230625 -;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table) +;; Version: 2023.0710.230606 +;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table ob-async) ;; 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 @@ -39,6 +39,7 @@ (require 'diminish) (require 'hydra) (require 'ob) +(require 'ob-async) ;; (require 'ol-man) (require 'org) (require 'org-clock) -- cgit v1.2.3-54-g00ecf