diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2025-07-06 12:55:16 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2025-07-06 12:55:16 +0100 |
| commit | 51ef11637a98a9ae575b1f4bc88181b9d731fa55 (patch) | |
| tree | 20574f75cff9b24b39ec80322b77ae562597ab77 /dotfiles-darwin/emacs/init.el | |
| parent | 55f97517644213c38b4daabd4cbf0d181d055f04 (diff) | |
emacs: Try out logging tasks with Org
Diffstat (limited to 'dotfiles-darwin/emacs/init.el')
| -rw-r--r-- | dotfiles-darwin/emacs/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles-darwin/emacs/init.el b/dotfiles-darwin/emacs/init.el index dd89f18..d0be267 100644 --- a/dotfiles-darwin/emacs/init.el +++ b/dotfiles-darwin/emacs/init.el @@ -10,6 +10,10 @@ ;; Org +(use-package org + :defer t + :custom (org-agenda-files '("~/Documents/ZK/TODO.org"))) + (use-package org-roam :defer t :custom (org-roam-directory "~/Documents/ZK/")) |
