temporarily fix string-trim errors

This commit is contained in:
Jethro Kuan 2020-02-03 01:24:37 +08:00
parent f968529b8d
commit 70b430df29

View file

@ -108,6 +108,7 @@ Valid states are 'visible, 'exists and 'none."
`(lambda ()
(require 'org)
(require 'org-element)
(require 'subr-x) ; temp-fix
,(async-inject-variables "org-roam-")
(let ((backlinks (make-hash-table :test #'equal)))
(mapcar (lambda (file)