No description
Find a file
2020-02-03 01:06:23 +08:00
org-roam.el prevent update when no backlinks 2020-02-03 01:06:23 +08:00
README.org Initial extract 2020-01-05 17:04:37 +08:00

Org-roam

Rudimentary Roam replica in org-mode. Dependent on deft being setup properly.

Usage

  (use-package org-roam
    :after deft org
    :straight (:host "github" :repo "jethrokuan/org-roam")
    :bind
    ("C-c n l" . org-roam-get-linked-files)
    ("C-c n i" . org-roam-insert))