mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Added org transclusion
This commit is contained in:
parent
49606f5f0a
commit
38c303125b
3 changed files with 25 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue