lang/org: add +notebook submodule (quick access to project/major-mode notes)
This commit is contained in:
parent
4cf0f0b8c7
commit
4372293c42
3 changed files with 59 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue