tweaks to org and templates
This commit is contained in:
parent
44df17f8f4
commit
b01754f142
3 changed files with 15 additions and 3 deletions
11
README.org
11
README.org
|
@ -1092,6 +1092,10 @@ We also need to setup some capture templates to use some specific setups with my
|
|||
,* 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)
|
||||
|
@ -1749,7 +1753,7 @@ So, how do we use this? Well, let's try like this.
|
|||
: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)
|
||||
)
|
||||
|
@ -3279,7 +3283,10 @@ We need a function to copy the full filename to kill-ring
|
|||
#+end_src
|
||||
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
(use-package fd-dired)
|
||||
(use-package fd-dired
|
||||
:general
|
||||
(chris/leader-keys
|
||||
"sD" 'fd-dired))
|
||||
#+end_src
|
||||
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue