maksim77@alien.topBtoEmacs@communick.news•OrgNote - mobile app inspired by org-roam and org-roam-ui (early beta)English
1·
1 year agoLooks promising. Спасибо!
Can you tell me if there are plans for the mobile client to work without a backend? That is, just specify a folder where my org-roam files are located and work with them. I already have such a folder and I access it with Emacs running in Termux (we are talking about Android). The folder is synchronized using Syncthing. Accordingly, I don’t have any special need for a backend or extensions to synchronize with it… Only
I may be wrong, but placing the
(add-to-list 'treesit-language-source-alist
blocks in the:init
section will cause an error if you just place the entire use-package construct in an empty config. After all, at the init stage these alists are not there yet.