diff --git a/lisp/modes/org.el b/lisp/modes/org.el index ce202ee..e60023c 100644 --- a/lisp/modes/org.el +++ b/lisp/modes/org.el @@ -643,10 +643,14 @@ ;; https://github.com/weirdNox/org-noter ;; Emacs document annotator, using Org-mode (use-package org-noter - :disabled) + :ensure t) ;; https://github.com/louietan/anki-editor ;; 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 ;; screenshots integrated with emacs org mode attachments (use-package org-attach-screenshot