diff --git a/config.el b/config.el index b4dc3af..217b90c 100644 --- a/config.el +++ b/config.el @@ -205,3 +205,12 @@ :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+filetags: :magazyn:fpv:\n") :unnarrowed t)))) + + + + +(use-package! org-fc + :after hydra + :config + (setq org-fc-directories '("/storage/emulated/0/Documents/NotatkiOrg/assets/cards")) + (require 'org-fc-hydra)) diff --git a/packages.el b/packages.el index d2680fe..b244282 100644 --- a/packages.el +++ b/packages.el @@ -52,3 +52,9 @@ ;; (unpin! pinned-package another-pinned-package) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;; (unpin! t) + + +(package! hydra) + +(package! org-fc + :recipe (:host github :repo "l3kn/org-fc"))