From 82e673b7ea71db3edd34ba53b19c77ec34155e00 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sat, 6 Mar 2021 10:32:54 -0500 Subject: [PATCH] BUGFIX add missing :which-key parameter --- modules/writing.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/writing.org b/modules/writing.org index aaa5f69..63930f4 100644 --- a/modules/writing.org +++ b/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