mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[emacs] Reconfigure org-transclusion
This commit is contained in:
parent
f4dfac18aa
commit
01d0302c8c
1 changed files with 7 additions and 3 deletions
|
@ -1125,9 +1125,13 @@ Show linked org document sections inline.
|
|||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package! org-transclusion
|
||||
:bind (:map org-mode-map
|
||||
("C-c l v t" . org-transclusion-mode))
|
||||
:commands (org-transclusion-mode))
|
||||
:after org
|
||||
:init
|
||||
(map!
|
||||
:map global-map "<f12>" #'org-transclusion-add
|
||||
:leader
|
||||
:prefix "n"
|
||||
:desc "Org Transclusion Mode" "t" #'org-transclusion-mode))
|
||||
#+end_src
|
||||
*** Ditaa
|
||||
Download and use a recent version of [[https://github.com/stathissideris/ditaa][ditaa]] for rendering ASCII diagrams.
|
||||
|
|
Loading…
Reference in a new issue