Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Last active July 3, 2020 21:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnhamelink/5e03fc71f820131f187b7b7be868380a to your computer and use it in GitHub Desktop.
Save johnhamelink/5e03fc71f820131f187b7b7be868380a to your computer and use it in GitHub Desktop.
My org-roam config

Set Org Directory

(after! org
    (setq org-directory "~/org/"))

org-roam

Taken from Making Connections in your Notes (10:24) by Matt Williams:

(setq org-roam-directory "~/org/roam")
(setq org-roam-graph-viewer "qiv")

This flag disables org-roam from starting up for every org file - this is deeply annoying for me:

(setq +org-roam-open-buffer-on-find-file nil)
@abecode
Copy link

abecode commented Jul 3, 2020

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment