summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-05 02:08:25 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2023-02-05 02:08:25 +0100
commitbac40b283925490aedcd16a08ba97dfe6944b491 (patch)
tree2a240435c890640682e5b4e667bb8eecb94120e3
parent42a99a1402251437b70d8d1f32536b627a0a03f8 (diff)
Configure ORG-FC
-rw-r--r--emacs.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index fb09290..fb30b69 100644
--- a/emacs.el
+++ b/emacs.el
@@ -66,3 +66,9 @@
;; Org Configuration
(setq-default org-contacts-files '("~/Dokumenty/UWM/filia w Ełku/Samorząd 2022/starostowie.org"))
+
+;; ORG-FC Configuration
+(require 'org-fc-hydra)
+(setq-default
+ org-fc-algorithm 'tn
+ org-fc-directories '("~/Dokumenty/fiszki"))