summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2024-09-17 09:58:19 +0800
committernoa2024-09-17 09:58:19 +0800
commit3700e5cbc77f896fd78e4a45ac730379b1dd0ff5 (patch)
treed7fedaae8eba95a72048cf97c4e36ca0ad581749 /emacs
parent6ff1921d7a75909e78faeaeb32de3c3742fd051f (diff)
Remove unused org-fc configuration
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 7f5b899..714c051 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -271,12 +271,6 @@
 
 (setopt org-modules '(org-habit org-id org-mouse ol-doi ol-bibtex ol-docview ol-info ol-rmail ol-eww))
 
-;; (use-package org-fc
-;;   :disabled
-;;   :ensure t
-;;   :custom
-;;   (org-fc-directories (expand-file-name "~/Documents/notes/")))
-
 ;; When creating links between org documents, it's better to create and use unique ids rather than search for a headline, because that headline could change.
 
 (setopt org-id-link-to-org-use-id 'create-if-interactive)