1
0
Fork 0

Add org-journal and org-roam

This commit is contained in:
Tom Willemse 2021-01-04 10:47:56 -08:00
parent 7b7a67abc0
commit e7f4dfe84e

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.1229.213150 ;; Version: 2021.0104.104539
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons) ;; 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 ;; 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 ;; 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) (org-goto-first-child)
(list (point-marker)))) (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) (provide 'oni-org)
;;; oni-org.el ends here ;;; oni-org.el ends here