Add and configure the consult-org-roam package
This commit is contained in:
parent
fe79b09035
commit
847c65ddc0
@ -2311,7 +2311,6 @@ Let’s see if i can get my brain more organised this way…
|
|||||||
:if-new (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>\n"))))
|
:if-new (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>\n"))))
|
||||||
:bind
|
:bind
|
||||||
(("C-c n l" . org-roam-buffer-toggle)
|
(("C-c n l" . org-roam-buffer-toggle)
|
||||||
("C-c n f" . org-roam-node-find)
|
|
||||||
("C-c n g" . org-roam-graph)
|
("C-c n g" . org-roam-graph)
|
||||||
("C-c n i" . org-roam-node-insert)
|
("C-c n i" . org-roam-node-insert)
|
||||||
("C-c n c" . org-roam-capture)
|
("C-c n c" . org-roam-capture)
|
||||||
@ -2419,6 +2418,18 @@ And because even secretaries need a secretary today.
|
|||||||
(org-clock-waybar-setup))
|
(org-clock-waybar-setup))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** ~consult-org-roam~
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package consult-org-roam
|
||||||
|
:config
|
||||||
|
(consult-org-roam-mode)
|
||||||
|
:bind (:map goto-map
|
||||||
|
("r" . consult-org-roam-search)
|
||||||
|
:map global-map
|
||||||
|
("C-c n f" . consult-org-roam-file-find)))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** ~ob-mermaid~, to generate Mermaid diagrams
|
** ~ob-mermaid~, to generate Mermaid diagrams
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user