mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: add +notebook submodule (quick access to project/major-mode notes)
This commit is contained in:
@ -22,9 +22,6 @@
|
||||
"The directory where org files are kept.")
|
||||
(defvaralias 'org-directory '+org-dir)
|
||||
|
||||
(defvar +org-notes-dir (concat +org-dir "notes")
|
||||
"The directory where the notes are kept")
|
||||
|
||||
(defvar +org-attachment-dir ".attach/"
|
||||
"Where to store attachments (relative to current org file).")
|
||||
|
||||
@ -39,6 +36,7 @@
|
||||
(load! +attach)
|
||||
(load! +capture)
|
||||
(load! +export)
|
||||
(load! +notebook)
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user