Jethro Kuan 6c2897cbd9 Code cleanup
2020-01-22 22:41:30 +08:00
2020-01-22 22:41:30 +08:00
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))
Languages
Emacs Lisp 98.6%
Makefile 1.3%
Shell 0.1%