lang/org: add +notebook submodule (quick access to project/major-mode notes)

This commit is contained in:
Henrik Lissner 2017-04-05 14:29:25 -04:00
parent 4cf0f0b8c7
commit 4372293c42
3 changed files with 59 additions and 3 deletions

View file

@ -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)
;;