Skip to content

Commit

Permalink
fix(org-roam-ui): use another keybinding (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 30, 2023
1 parent 74bf4c4 commit 5ba3042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-notes.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
(use-package org-roam-ui
:straight t
:init
(+map! "nR" #'org-roam-ui-open))
(+map! "nu" #'org-roam-ui-open))

(use-package consult-org-roam
:straight t
Expand Down

0 comments on commit 5ba3042

Please sign in to comment.