diff --git a/README.org b/README.org index 7867253e..d4e39c8c 100644 --- a/README.org +++ b/README.org @@ -1021,6 +1021,9 @@ Super Agenda gives me a really nice way of making the agenda view look a lot bet #+end_src *** Org-Roam +:PROPERTIES: +:ID: 20230828T104826.746650 +:END: Here we are going to add org-roam. This is a note-takers paradise by adding an automatic backlinking function. Basic Org-Roam setup. We select the directory and the basic width of the Org-Roam buffer so that it doesn't take too much space on my laptop. We also want to exclude certain files from Org-Roam. All files are synced between machines using syncthing and kept in a version history. I'd like to exclude the version history from Org-Roam using =org-roam-file-exclude-regexp=. @@ -1134,7 +1137,7 @@ We also need to setup some capture templates to use some specific setups with my (org-roam-setup) :general (chris/leader-keys - :states 'normal + :states '(normal visual) :keymaps 'override "nf" '(org-roam-node-find :which-key "org roam ff") "nr" 'org-roam-buffer-toggle diff --git a/init.el b/init.el index ab035d21..68f2301b 100644 --- a/init.el +++ b/init.el @@ -841,7 +841,7 @@ much faster. The hope is to also make this a faster version of imenu." (org-roam-setup) :general (chris/leader-keys - :states 'normal + :states '(normal visual) :keymaps 'override "nf" '(org-roam-node-find :which-key "org roam ff") "nr" 'org-roam-buffer-toggle