Add org-journal and org-roam
This commit is contained in:
parent
7b7a67abc0
commit
e7f4dfe84e
1 changed files with 14 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.1229.213150
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons)
|
||||
;; Version: 2021.0104.104539
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal org-roam)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -461,5 +461,17 @@ After running it once remove it from `org-capture-after-finalize-hook'."
|
|||
(org-goto-first-child)
|
||||
(list (point-marker))))
|
||||
|
||||
;;; org-journal
|
||||
|
||||
(setq org-journal-dir (expand-file-name "~/documents/org/journal/"))
|
||||
|
||||
;;; org-roam
|
||||
|
||||
(require 'org-roam)
|
||||
|
||||
(setq org-roam-directory (expand-file-name "~/documents/org/"))
|
||||
|
||||
(org-roam-mode)
|
||||
|
||||
(provide 'oni-org)
|
||||
;;; oni-org.el ends here
|
||||
|
|
Loading…
Reference in a new issue