Updates to rust lsp, remove org-fc

This commit is contained in:
2025-12-24 09:22:33 +09:00
parent 0e1507668e
commit b8d1ff5f0d
3 changed files with 47 additions and 34 deletions

View File

@@ -78,18 +78,4 @@
"~/data2/Notes/inbox.org" "Words")
#'tatoeba-get-capture-template)))
;; This package adds flashcard functionality to org files.
(use-package org-fc
:straight (org-fc
:type git
:host nil
:repo "https://git.sr.ht/~l3kn/org-fc"
:branch "main"
:files (:defaults "awk" "demo.org"))
:after org
:ensure t
:defer nil
:custom
(org-fc-directories '("~/data2/Notes/")))
;;; 07-org.el ends here