Update Org Roam configuration
This commit is contained in:
parent
e6eb03c3d7
commit
b428361a5d
@ -1205,11 +1205,14 @@ This emulates how Orgzly work with my current settings.
|
|||||||
|
|
||||||
** Org Roam
|
** Org Roam
|
||||||
|
|
||||||
|
Let’s see if i can get my brain more organised this way…
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package org-roam
|
(use-package org-roam
|
||||||
|
:after org
|
||||||
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(setq org-roam-node-display-template (concat
|
(setq org-roam-node-display-template (concat "${title:*} "
|
||||||
"${title:*} "
|
|
||||||
(propertize "${tags:10}" 'face 'org-tag)))
|
(propertize "${tags:10}" 'face 'org-tag)))
|
||||||
(org-roam-db-autosync-mode)
|
(org-roam-db-autosync-mode)
|
||||||
(require 'org-roam-dailies)
|
(require 'org-roam-dailies)
|
||||||
@ -1231,6 +1234,7 @@ This emulates how Orgzly work with my current settings.
|
|||||||
("C-M-i" . completion-at-point)
|
("C-M-i" . completion-at-point)
|
||||||
:map org-roam-dailies-map
|
:map org-roam-dailies-map
|
||||||
("Y" . org-roam-dailies-capture-yesterday)
|
("Y" . org-roam-dailies-capture-yesterday)
|
||||||
|
("j" . org-roam-dailies-capture-today)
|
||||||
("T" . org-roam-dailies-capture-tomorrow))
|
("T" . org-roam-dailies-capture-tomorrow))
|
||||||
:bind-keymap
|
:bind-keymap
|
||||||
("C-c n d" . org-roam-dailies-map))
|
("C-c n d" . org-roam-dailies-map))
|
||||||
|
Loading…
Reference in New Issue
Block a user