diff options
Diffstat (limited to 'doom/packages.el')
| -rw-r--r-- | doom/packages.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doom/packages.el b/doom/packages.el index b3322c7..de9ded0 100644 --- a/doom/packages.el +++ b/doom/packages.el @@ -47,3 +47,11 @@ ;; (unpin! pinned-package another-pinned-package) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;; (unpin! t) + + +;;; ---------------------------------------------------------------------------- +;;; Phase 2 — notetaking (org-roam graph UI + calfw calendar over org agenda) +;;; ---------------------------------------------------------------------------- +(package! org-roam-ui) +(package! calfw) +(package! calfw-org) |