fix for org-roam on termux

This commit is contained in:
cho 2023-09-05 20:26:46 +07:00
parent 46a97e6543
commit 5547096020
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@
;(unpin! t)
;(package! org-wild-notifier :disable t) ;; currently using a customized version loaded locally
;; for termux only: straight and org (org-roam) are as of writing (early 2023-08) unstable
;(package! straight :pin "921a449")
;(package! org :pin "ca873f7")
(package! org-books)
;;; customized to support repeated tasks, see https://github.com/akhramov/org-wild-notifier.el/issues/41