Update org roam package
This commit is contained in:
parent
65699a8832
commit
48509c3ad3
1 changed files with 3 additions and 4 deletions
|
@ -410,6 +410,7 @@
|
|||
(use-package org-roam
|
||||
:init
|
||||
(setq org-roam-v2-ack t)
|
||||
(setq org-roam-db-location "~/org-roam.db")
|
||||
(require 'org-roam-dailies)
|
||||
:bind (("C-c r l" . org-roam-buffer-toggle)
|
||||
("C-c r f" . org-roam-node-find)
|
||||
|
@ -431,7 +432,7 @@
|
|||
(org-roam-capture-templates
|
||||
'(("d" "default" plain
|
||||
"%?"
|
||||
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n%a\n")
|
||||
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n")
|
||||
:unnarrowed t)
|
||||
|
||||
("n" "Note" plain
|
||||
|
@ -442,9 +443,7 @@
|
|||
("p" "personas" plain
|
||||
"%?"
|
||||
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n* Personality\n* Behaviors\n* Needs & Goals\n")
|
||||
:unnarrowed t)))
|
||||
:config
|
||||
(org-roam-db-autosync-mode))
|
||||
:unnarrowed t))))
|
||||
|
||||
(use-package simple-httpd)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue