tweaks to org and templates
This commit is contained in:
parent
44df17f8f4
commit
b01754f142
3 changed files with 15 additions and 3 deletions
6
init.el
6
init.el
|
@ -795,6 +795,10 @@ much faster. The hope is to also make this a faster version of imenu."
|
|||
* Notes")
|
||||
:unnarrowed t)))
|
||||
|
||||
(setq org-roam-node-display-template
|
||||
(concat "${title:*} "
|
||||
(propertize "${tags:10}" 'face 'org-tag)))
|
||||
|
||||
(defun chris/org-roam-node-create ()
|
||||
"Create an org roam node underneath this org node"
|
||||
(interactive)
|
||||
|
@ -1407,7 +1411,7 @@ All my (performant) foldings needs are met between this and `org-show-subtree'
|
|||
:ensure nil
|
||||
:config
|
||||
(setq org-re-reveal-root "file:///home/chris/org/presentations/reveal.js/"
|
||||
org-re-reveal-theme "serif"
|
||||
;; org-re-reveal-theme "serif"
|
||||
org-re-reveal-transition "slide"
|
||||
org-re-reveal-mobile-app t)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue