[Emacs] Make org-roam keybindings available everywhere instead of just in org-mode
This commit is contained in:
parent
bdb36cc8ad
commit
67a72d3474
@ -808,11 +808,10 @@ alphanumeric characters only."
|
|||||||
:after org
|
:after org
|
||||||
:defer 1
|
:defer 1
|
||||||
:bind
|
:bind
|
||||||
(:map org-mode-map
|
(("C-c r f" . org-roam-node-find)
|
||||||
("C-c r f" . org-roam-node-find)
|
("C-c r i" . org-roam-node-insert)
|
||||||
("C-c r i" . org-roam-node-insert)
|
("C-c r b" . imalison:org-roam-browse-backlink)
|
||||||
("C-c r b" . imalison:org-roam-browse-backlink)
|
("C-c r t" . org-roam-buffer-toggle))
|
||||||
("C-c r t" . org-roam-buffer-toggle))
|
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(when (version<= "29.0" emacs-version)
|
(when (version<= "29.0" emacs-version)
|
||||||
|
Loading…
Reference in New Issue
Block a user