1
0
Fork 0

[oni-org] Remove ‘org-journal’ dependency

I haven’t been using ‘org-journal’, just a simple capture template.
This commit is contained in:
Tom Willemse 2021-06-30 11:22:56 -07:00
parent 7f233420c8
commit b5e1c5e2a6

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0630.112155 ;; Version: 2021.0630.112252
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons org-journal) ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons)
;; 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
@ -571,10 +571,5 @@ After running it once remove it from `org-capture-after-finalize-hook'."
(setq org-refile-targets '((nil . (:maxlevel . 10)) (setq org-refile-targets '((nil . (:maxlevel . 10))
(org-default-notes-file . (:maxlevel . 10)))) (org-default-notes-file . (:maxlevel . 10))))
;;; org-journal
(setq org-journal-dir (expand-file-name "~/documents/org/journal/"))
(setq org-journal-file-format "%Y%m%d.org")
(provide 'oni-org) (provide 'oni-org)
;;; oni-org.el ends here ;;; oni-org.el ends here