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
|
(use-package org-roam
|
||||||
:init
|
:init
|
||||||
(setq org-roam-v2-ack t)
|
(setq org-roam-v2-ack t)
|
||||||
|
(setq org-roam-db-location "~/org-roam.db")
|
||||||
(require 'org-roam-dailies)
|
(require 'org-roam-dailies)
|
||||||
:bind (("C-c r l" . org-roam-buffer-toggle)
|
:bind (("C-c r l" . org-roam-buffer-toggle)
|
||||||
("C-c r f" . org-roam-node-find)
|
("C-c r f" . org-roam-node-find)
|
||||||
|
@ -431,7 +432,7 @@
|
||||||
(org-roam-capture-templates
|
(org-roam-capture-templates
|
||||||
'(("d" "default" plain
|
'(("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)
|
:unnarrowed t)
|
||||||
|
|
||||||
("n" "Note" plain
|
("n" "Note" plain
|
||||||
|
@ -442,9 +443,7 @@
|
||||||
("p" "personas" plain
|
("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")
|
: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)))
|
:unnarrowed t))))
|
||||||
:config
|
|
||||||
(org-roam-db-autosync-mode))
|
|
||||||
|
|
||||||
(use-package simple-httpd)
|
(use-package simple-httpd)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue