llcc / org-logseq

Org-logseq allows you to open logseq-style page and block link along with Org Mode.
100 stars 8 forks source link

add an installation example for straight.el without use-package #3

Open erikLundstedt opened 2 years ago

erikLundstedt commented 2 years ago

here is what i got

(straight-use-package
 '(org-logseq :type git :host github :repo "llcc/org-logseq" :files ("*")))
(customize-set-variable 'org-logseq-dir "~/logseq")

I can confirm that it works(for me atleast)