[oni-org] Add ob-async
This commit is contained in:
parent
03563a7544
commit
038c87bfea
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; 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)
|
||||
|
|
Loading…
Reference in a new issue