Added org transclusion

This commit is contained in:
Emmet 2023-08-28 21:30:40 -05:00
parent 49606f5f0a
commit 38c303125b
3 changed files with 25 additions and 2 deletions

View file

@ -507,6 +507,16 @@ same directory as the org-buffer and insert a link to this file."
text
input-str)))))))
;; Org transclusion
(use-package! org-transclusion
:after org
:init
(map!
:map global-map "<f12>" #'org-transclusion-add
:leader
:prefix "n"
:desc "Org Transclusion Mode" "t" #'org-transclusion-mode))
;;;------ Org roam configuration ------;;;
(require 'org-roam)
(require 'org-roam-dailies)