diff options
author | noa | 2024-09-17 09:58:19 +0800 |
---|---|---|
committer | noa | 2024-09-17 09:58:19 +0800 |
commit | 3700e5cbc77f896fd78e4a45ac730379b1dd0ff5 (patch) | |
tree | d7fedaae8eba95a72048cf97c4e36ca0ad581749 /emacs | |
parent | 6ff1921d7a75909e78faeaeb32de3c3742fd051f (diff) |
Remove unused org-fc configuration
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 6 |
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) |