Org mode: start using anki.

This commit is contained in:
2022-03-20 17:48:00 +01:00
parent 831033fded
commit 5650593aa5

View File

@@ -643,10 +643,14 @@
;; https://github.com/weirdNox/org-noter ;; https://github.com/weirdNox/org-noter
;; Emacs document annotator, using Org-mode ;; Emacs document annotator, using Org-mode
(use-package org-noter (use-package org-noter
:disabled) :ensure t)
;; https://github.com/louietan/anki-editor ;; https://github.com/louietan/anki-editor
;; Emacs minor mode for making Anki cards with Org ;; Emacs minor mode for making Anki cards with Org
(use-package anki-editor) (use-package anki-editor
:ensure t
:after org-noter
)
;; https://github.com/dfeich/org-screenshot ;; https://github.com/dfeich/org-screenshot
;; screenshots integrated with emacs org mode attachments ;; screenshots integrated with emacs org mode attachments
(use-package org-attach-screenshot (use-package org-attach-screenshot