Browse Source

BUGFIX add missing :which-key parameter

main
parent
commit
82e673b7ea
  1. 2
      modules/writing.org

2
modules/writing.org

@ -113,7 +113,7 @@ Configure custom keybindings behind =SPC r=.
"r" '(:ignore t :which-key "Roam")
"rf" '(org-roam-find-file :which-key "Find")
"rc" '(org-roam-capture :which-key "Capture")
"rb" '(org-roam-buffer-toggle-display "Buffer"))
"rb" '(org-roam-buffer-toggle-display :which-key "Buffer"))
#+end_src
** Web visualizer

Loading…
Cancel
Save