mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Update org-roam config
This commit is contained in:
parent
311014f19b
commit
761e1fedf8
1 changed files with 2 additions and 11 deletions
|
@ -884,12 +884,8 @@ https://orgroam.com
|
||||||
**** Capture templates
|
**** Capture templates
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq org-roam-capture-templates
|
(setq org-roam-capture-templates
|
||||||
'(("d" "default" plain "%?" :if-new
|
'(("d" "default" plain "%?" :target
|
||||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}
|
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}
|
||||||
")
|
|
||||||
:unnarrowed t)
|
|
||||||
("w" "work" plain "%?" :if-new
|
|
||||||
(file+head "aweber/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}
|
|
||||||
")
|
")
|
||||||
:unnarrowed t)))
|
:unnarrowed t)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
@ -911,14 +907,9 @@ Make it easy to take notes on books and papers that I'm reading.
|
||||||
:bind (:map org-mode-map
|
:bind (:map org-mode-map
|
||||||
(("C-c n r b" . orb-note-actions))))
|
(("C-c n r b" . orb-note-actions))))
|
||||||
#+end_src
|
#+end_src
|
||||||
**** Org Roam Server
|
**** Org Roam UI
|
||||||
Provides a fun way to browse through a collection of notes.
|
Provides a fun way to browse through a collection of notes.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(use-package! org-roam-server
|
|
||||||
:commands org-roam-server-mode)
|
|
||||||
#+end_src
|
|
||||||
**** Org Roam UI
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package! org-roam-ui
|
(use-package! org-roam-ui
|
||||||
:after org-roam
|
:after org-roam
|
||||||
|
|
Loading…
Reference in a new issue