adding visual to the states of org roam keys
This commit is contained in:
parent
b8ee1a7d80
commit
fe2f7591c3
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
2
init.el
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue