Setup basic org-mode

This commit is contained in:
Charlotte Van Petegem 2023-03-24 17:54:12 +01:00
parent 051a03bde9
commit efbe76571b
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -233,6 +233,13 @@
(advice-add 'company-capf--candidates :around #'just-one-face)
)
;; Org
(use-package org
:custom
(org-directory "~/sync/notes" "Store org journal in synced directory")
(org-agenda-files '("~/sync/notes") "Let's say all files can contain events for now")
)
;; Sorting when filtering
(use-package prescient
:custom