Files
org-roam/README.org
2020-01-05 17:04:37 +08:00

15 lines
326 B
Org Mode

* Org-roam
Rudimentary Roam replica in org-mode. Dependent on deft being setup properly.
** Usage
#+begin_src emacs-lisp
(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))
#+end_src