Improve configuration for org-roam-dailies keymap

This commit is contained in:
Dimitri Lozeve 2024-12-09 18:06:50 +01:00
parent 6d19520ebb
commit be6fc9afbe

View file

@ -638,11 +638,8 @@
("C-c n f" . org-roam-node-find) ("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))
("C-c n d n" . org-roam-dailies-capture-today) :bind-keymap ("C-c n d" . org-roam-dailies-map)
("C-c n d t" . org-roam-dailies-goto-today)
("C-c n d d" . org-roam-dailies-capture-date)
("C-c n d g" . org-roam-dailies-goto-date))
:init :init
(setq org-roam-v2-ack t) (setq org-roam-v2-ack t)
(setq org-roam-completion-system 'default) (setq org-roam-completion-system 'default)