Setup basic org-mode
This commit is contained in:
parent
051a03bde9
commit
efbe76571b
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue