From bc2b262e987d83e09f8b8727841d608c51bf410c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 4 May 2023 07:44:06 +0300 Subject: emacs: Add org-drill --- emacs.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.org b/emacs.org index 01d7d56..1a04ab2 100755 --- a/emacs.org +++ b/emacs.org @@ -22,6 +22,7 @@ Set backup fails at ~~/Trash~ Request the following packages: #+begin_src emacs-lisp (defconst my-package-list '(org-snooze + org-fc all-the-icons all-the-icons-dired all-the-icons-ivy-rich @@ -514,6 +515,7 @@ Hook with ~dired-mode~ #+begin_src emacs-lisp (require 'ox-md nil t) (require 'org-download) + (require 'org-drill) (setq org-directory "~/org/" org-agenda-files '("~/org/agenda.org") -- cgit v1.2.3