From efbe76571bc5ad6a4fc4fcec6fc8466466421f39 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 24 Mar 2023 17:54:12 +0100 Subject: [PATCH] Setup basic org-mode --- modules/base/emacs/base-init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/base/emacs/base-init.el b/modules/base/emacs/base-init.el index 987059f9..f32378a2 100644 --- a/modules/base/emacs/base-init.el +++ b/modules/base/emacs/base-init.el @@ -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