summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
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)