Ogarnićie org-fc

This commit is contained in:
2026-02-21 10:42:08 +01:00
parent 91a2770433
commit 6473f79f36
2 changed files with 15 additions and 0 deletions

View File

@@ -205,3 +205,12 @@
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org"
"#+title: ${title}\n#+filetags: :magazyn:fpv:\n") "#+title: ${title}\n#+filetags: :magazyn:fpv:\n")
:unnarrowed t)))) :unnarrowed t))))
(use-package! org-fc
:after hydra
:config
(setq org-fc-directories '("/storage/emulated/0/Documents/NotatkiOrg/assets/cards"))
(require 'org-fc-hydra))

View File

@@ -52,3 +52,9 @@
;; (unpin! pinned-package another-pinned-package) ;; (unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;; (unpin! t) ;; (unpin! t)
(package! hydra)
(package! org-fc
:recipe (:host github :repo "l3kn/org-fc"))